Skip to content

Commit afc2247

Browse files
committed
facepalm
1 parent 4f484d7 commit afc2247

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
if: steps.common-cache.outputs.cache-hit == 'true'
3030
run: docker image load -i /tmp/docker/${{ matrix.image-name }}.tar
3131

32-
- name: Build Common image
33-
run: docker build -f common/${{ matrix.image-name }}/Dockerfile -t ${{ matrix.image-name }}:build .
34-
3532
- name: Build and Cache Common image
3633
if: steps.common-cache.outputs.cache-hit != 'true'
3734
run: |

0 commit comments

Comments
 (0)