We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
master
1 parent 1a03641 commit 34512a6Copy full SHA for 34512a6
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
docker tag ppiper/node-browsers:${{ matrix.base-image-tag }} ppiper/node-browsers:latest
30
docker tag ghcr.io/sap/ppiper-node-browsers:${{ matrix.base-image-tag }} ghcr.io/sap/ppiper-node-browsers:latest
31
- name: Push
32
- if: ${{ github.ref == 'ref/head/master' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
33
run: |
34
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
35
echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin
0 commit comments