Skip to content

Commit

Permalink
Merge branch 'master' into renovate/spring-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk authored Sep 2, 2024
2 parents fa23fcd + 1c9e180 commit e09484d
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 e09484d

Please sign in to comment.