Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action digest to af5a7ed
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent eed2014 commit b5f2e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-to-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5
with:
file: ./Dockerfile.ingest
push: true
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
type=semver,pattern={{version}},value=${{ inputs.langtrace-ui-image-tag }}
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5
with:
file: ./Dockerfile.ui
push: true
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
type=semver,pattern={{version}},value=${{ inputs.langtrace-api-image-tag }}
- name: Build and push Docker image
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5
with:
file: ./Dockerfile.api
push: true
Expand Down

0 comments on commit b5f2e45

Please sign in to comment.