Skip to content

Commit 98ceb92

Browse files
committed
typo
1 parent 9800d80 commit 98ceb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build and Cache Common image
3838
if: steps.common-cache.outputs.cache-hit != 'true'
3939
run: |
40-
run: docker build -f common/${{ matrix.image-name }}/Dockerfile -t ${{ matrix.image-name }}:build .
40+
docker build -f common/${{ matrix.image-name }}/Dockerfile -t ${{ matrix.image-name }}:build .
4141
mkdir -p /tmp/docker
4242
docker image save -o /tmp/docker/${{ matrix.image-name }}.tar ${{ matrix.image-name }}:build
4343

0 commit comments

Comments
 (0)