Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/renovate/docker-bui…
Browse files Browse the repository at this point in the history
…ld-push-action-5.x'
  • Loading branch information
DxsSucuk committed Sep 2, 2024
2 parents ca79dda + 0a50111 commit bcf4659
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.3.0
uses: docker/build-push-action@v5.4.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.3.0
uses: docker/build-push-action@v5.4.0
with:
platforms: linux/amd64,linux/arm64
context: Frontend/docker
Expand Down

0 comments on commit bcf4659

Please sign in to comment.