Skip to content

Commit c191268

Browse files
Fix typo (#19)
1 parent 70d91a8 commit c191268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
docker build --build-arg=BASE_IMAGE_TAG=${{ matrix.base-image-tag }} --tag ppiper/node-browsers:${{ matrix.base-image-tag }} .
2525
- name: Tag latest image
26-
if: ${{ matrix.base-image-tag == 10-buster }}
26+
if: ${{ matrix.base-image-tag == '10-buster' }}
2727
run: docker tag ppiper/node-browsers:${{ matrix.base-image-tag }} ppiper/node-browsers:latest
2828
- name: Push
2929
if: ${{ github.ref == 'ref/head/master' }}

0 commit comments

Comments
 (0)