Skip to content

Commit

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

build(deps): Bump docker/build-push-action from 6.7.0 to 6.9.0
  • Loading branch information
hanshino authored Oct 16, 2024
2 parents 634d9b5 + 01b1b74 commit 96ba33c
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@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
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@5cd11c3a4ced054e52742c5fd54dca954e0edd85
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
with:
context: ./frontend
push: true
Expand Down

0 comments on commit 96ba33c

Please sign in to comment.