Skip to content

Commit

Permalink
Update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
| datasource  | package                  | from | to |
| ----------- | ------------------------ | ---- | -- |
| github-tags | docker/build-push-action | v4   | v5 |
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 9ace113 commit 570ff82
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@v4"
uses: "docker/build-push-action@v5"
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@v4
uses: docker/build-push-action@v5
with:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 570ff82

Please sign in to comment.