Skip to content

Commit

Permalink
Update docker/build-push-action action to v6 (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent dcaa273 commit 1c9e180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
images: ree6/backend

- name: Build and push Docker image
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.7.0
with:
context: Backend/
push: true
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
images: ree6/frontend

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

0 comments on commit 1c9e180

Please sign in to comment.