Skip to content

Commit ee7d64a

Browse files
authored
Fix syntax of GitHub Workflow (#21)
1 parent ee23ad9 commit ee7d64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Tag and push node 10 image
4141
if: ${{ matrix.base-image-tag == '10-buster' }}
4242
run: |
43-
docker tag ppiper/node-browsers:10-buster ppiper/node-browsers:${{ env.PIPER_version }}
43+
docker tag ppiper/node-browsers:${{ env.PIPER_version }}-${{ matrix.base-image-tag }} ppiper/node-browsers:${{ env.PIPER_version }}
4444
docker push ppiper/node-browsers:${{ env.PIPER_version }}
4545
- uses: SAP/project-piper-action@master
4646
with:

0 commit comments

Comments
 (0)