Skip to content

Commit

Permalink
🌱 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 2a53c6ccda456d31fb62eedc658aae06e238b7bd to f23fb2a7cbf316a4a4fb482ed83e91a500062b1e.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@2a53c6c...f23fb2a)

---
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 Jul 15, 2024
1 parent 8e3fe1c commit 415bd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@2a53c6ccda456d31fb62eedc658aae06e238b7bd
uses: docker/build-push-action@f23fb2a7cbf316a4a4fb482ed83e91a500062b1e
with:
context: ./
push: true
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-streamlit

- name: Build and push Docker image
uses: docker/build-push-action@2a53c6ccda456d31fb62eedc658aae06e238b7bd
uses: docker/build-push-action@f23fb2a7cbf316a4a4fb482ed83e91a500062b1e
with:
context: ./streamlit
push: true
Expand Down

0 comments on commit 415bd91

Please sign in to comment.