Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CapgeminiInventUK/LangTrace
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby committed Mar 9, 2024
2 parents 484bb7c + dc49c99 commit 92ff357
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 92ff357

Please sign in to comment.