Skip to content

Commit

Permalink
Merge pull request #383 from Roave/renovate/docker-build-push-action-6.x
Browse files Browse the repository at this point in the history
Update docker/build-push-action action to v6
  • Loading branch information
Ocramius authored Jun 17, 2024
2 parents 8acd09c + 06bede9 commit 4ce8a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
install: true

- name: "Build docker image"
uses: "docker/build-push-action@v5"
uses: "docker/build-push-action@v6"
with:
target: "development"
tags: "ghcr.io/roave/docbooktool:test-image"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push to GitHub Packages
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 4ce8a86

Please # to comment.