Skip to content

Commit

Permalink
Merge pull request #11 from mondata-dev/renovate/docker-build-push-ac…
Browse files Browse the repository at this point in the history
…tion-digest

Update docker/build-push-action digest to 94d76d3
  • Loading branch information
faberto authored Jan 30, 2024
2 parents 2a58ee5 + 51b0428 commit 806a415
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
uses: docker/build-push-action@94d76d3bc1409736cb5dc1ada9502bec3a72973c
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 806a415

Please sign in to comment.