We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f484d7 commit afc2247Copy full SHA for afc2247
.github/workflows/ci.yml
@@ -29,9 +29,6 @@ jobs:
29
if: steps.common-cache.outputs.cache-hit == 'true'
30
run: docker image load -i /tmp/docker/${{ matrix.image-name }}.tar
31
32
- - name: Build Common image
33
- run: docker build -f common/${{ matrix.image-name }}/Dockerfile -t ${{ matrix.image-name }}:build .
34
-
35
- name: Build and Cache Common image
36
if: steps.common-cache.outputs.cache-hit != 'true'
37
run: |
0 commit comments