Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 5.1.0 to 5.3.0
  • Loading branch information
hanshino authored Mar 15, 2024
2 parents f4b51ff + ba4a692 commit 36864a7
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0
with:
context: ./frontend
push: true
Expand Down

0 comments on commit 36864a7

Please sign in to comment.