Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 6.3.0 to 6.5.0
  • Loading branch information
hanshino authored Jul 23, 2024
2 parents 327c642 + 5874880 commit 349ed91
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
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@1a162644f9a7e87d8f4b053101d1d9a712edc18c
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445
with:
context: ./frontend
push: true
Expand Down

0 comments on commit 349ed91

Please sign in to comment.