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 dbdfdec commit ac5a9acCopy full SHA for ac5a9ac
.github/workflows/build-push-image.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
35
36
- name: Build and push
37
- uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
+ uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
38
with:
39
push: ${{env.branch-name == 'main'}}
40
tags: ${{ env.container-registry }}/grunnmuren/docs:${{ github.sha }}
0 commit comments