Skip to content

Commit

Permalink
Merge pull request #17 from hostwithquantum/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-5

Upgrade: bump docker/build-push-action from 4 to 5
  • Loading branch information
till authored Nov 25, 2023
2 parents 69e8967 + 645ae7f commit 1212711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
images: ghcr.io/${{ github.repository }}

- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
context: rootfs/
push: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
images: ghcr.io/${{ github.repository }}

- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
context: rootfs/
push: true
Expand Down

0 comments on commit 1212711

Please sign in to comment.