Skip to content

Commit

Permalink
Merge pull request #511 from hanshino/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6.7.0

build(deps): Bump docker/build-push-action from 6.5.0 to 6.7.0
  • Loading branch information
hanshino authored Sep 7, 2024
2 parents 5e985cb + 7991507 commit 317ff77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Backend build and push Docker image
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
with:
context: ./app
push: true
Expand All @@ -33,7 +33,7 @@ jobs:
cache-to: type=registry,ref=hanshino/redive_backend:buildcache,mode=max

- name: Frontend build and push Docker image
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85
with:
context: ./frontend
push: true
Expand Down

0 comments on commit 317ff77

Please sign in to comment.