Skip to content

Commit

Permalink
Merge pull request #87 from kartoza/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
NyakudyaA authored Oct 6, 2023
2 parents ffe322a + ce97b2a commit 048be2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build image for testing
id: docker_build_testing_image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Build image for testing
id: docker_build_testing_image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build prod image
id: docker_build_prod
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 048be2c

Please sign in to comment.