Skip to content

Commit

Permalink
Update docker/build-push-action action to v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent c3c1c47 commit 8c8fad6
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@v6.7.0
uses: docker/build-push-action@v6.8.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@v6.7.0
uses: docker/build-push-action@v6.8.0
with:
platforms: linux/amd64,linux/arm64
context: Frontend/docker
Expand Down

0 comments on commit 8c8fad6

Please sign in to comment.