Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 4b0c4d7 commit 6e5f20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build and push Docker image for backend
id: push-backend
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./backend
platforms: linux/amd64,linux/arm64
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 6e5f20f

Please sign in to comment.