Skip to content

Commit

Permalink
Merge pull request #491 from hedgedoc/renovate/docker-build-push-acti…
Browse files Browse the repository at this point in the history
…on-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
SISheogorath authored Jun 19, 2024
2 parents 1375af6 + 39bb9a4 commit 3fcaee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push image
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
with:
context: .
file: ./${{ matrix.base }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: echo "TAGS=$TAGS,$HEDGEDOC_IMAGE:${{ env.HEDGEDOC_VERSION }},$HEDGEDOC_IMAGE:latest" >> $GITHUB_ENV

- name: Build and push image
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
with:
context: .
file: ./${{ matrix.base }}/Dockerfile
Expand Down

0 comments on commit 3fcaee8

Please sign in to comment.