Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to 32945a3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 6baeb76 commit 2b245b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
type=semver,pattern={{version}},value=${{ inputs.langscout-ingest-image-tag }}
- name: Build and push Docker image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
file: ./Dockerfile.ingest
push: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
type=semver,pattern={{version}},value=${{ inputs.langscout-ui-image-tag }}
- name: Build and push Docker image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
file: ./Dockerfile.ui
push: true
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
type=semver,pattern={{version}},value=${{ inputs.langscout-api-image-tag }}
- name: Build and push Docker image
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6
with:
file: ./Dockerfile.api
push: true
Expand Down

0 comments on commit 2b245b7

Please sign in to comment.