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 70d91a8 commit c191268Copy full SHA for c191268
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
docker build --build-arg=BASE_IMAGE_TAG=${{ matrix.base-image-tag }} --tag ppiper/node-browsers:${{ matrix.base-image-tag }} .
25
- name: Tag latest image
26
- if: ${{ matrix.base-image-tag == 10-buster }}
+ if: ${{ matrix.base-image-tag == '10-buster' }}
27
run: docker tag ppiper/node-browsers:${{ matrix.base-image-tag }} ppiper/node-browsers:latest
28
- name: Push
29
if: ${{ github.ref == 'ref/head/master' }}
0 commit comments