Skip to content

Commit

Permalink
build(deps): Bump docker/build-push-action
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 831ca179d3cf91cf0c90ca465a408fa61e2129a2 to 090ca155fc9b214cbcac536c450455a0e96f52c6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@831ca17...090ca15)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent ec1234b commit dba578d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Potal Docker image
uses: docker/build-push-action@831ca179d3cf91cf0c90ca465a408fa61e2129a2
uses: docker/build-push-action@090ca155fc9b214cbcac536c450455a0e96f52c6
with:
context: .
file: ./docker/potal/Dockerfile
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Backend Docker image
uses: docker/build-push-action@831ca179d3cf91cf0c90ca465a408fa61e2129a2
uses: docker/build-push-action@090ca155fc9b214cbcac536c450455a0e96f52c6
with:
context: .
file: ./docker/backend/Dockerfile
Expand Down

0 comments on commit dba578d

Please sign in to comment.