Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0
  • Loading branch information
hanshino authored Dec 8, 2023
2 parents 991ac46 + 6778a6f commit ca0ed1d
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@0565240e2d4ab88bba5387d719585280857ece09
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
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@0565240e2d4ab88bba5387d719585280857ece09
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
with:
context: ./frontend
push: true
Expand Down

0 comments on commit ca0ed1d

Please sign in to comment.