Skip to content

Commit

Permalink
Update docker/build-push-action digest to 00ae31a (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 8be4c8d commit 34583db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@b3eddbb94c4146a0988a620b01720afe50639271
uses: docker/build-push-action@00ae31ab6ef216583e63647d8865f52da6b99a13
with:
context: ./backend
file: backend/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@b3eddbb94c4146a0988a620b01720afe50639271
uses: docker/build-push-action@00ae31ab6ef216583e63647d8865f52da6b99a13
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 34583db

Please sign in to comment.