Skip to content

Commit

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

Bump docker/build-push-action from 4 to 5
  • Loading branch information
sgerrand authored Apr 10, 2024
2 parents 5d0fae7 + 339780b commit 2ad53ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Build the Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
pull: true
push: false
Expand All @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Build the Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: edge
pull: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64
Expand Down

0 comments on commit 2ad53ba

Please sign in to comment.