Skip to content

Commit ac5a9ac

Browse files
chore(deps): update docker/build-push-action action to v6.17.0 (#1297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbdfdec commit ac5a9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
3535
3636
- name: Build and push
37-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
37+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
3838
with:
3939
push: ${{env.branch-name == 'main'}}
4040
tags: ${{ env.container-registry }}/grunnmuren/docs:${{ github.sha }}

0 commit comments

Comments
 (0)