Skip to content

Commit aa83de4

Browse files
wdconincCopilot
andauthored
fix(ci): use env.INTERNAL_TAG
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 900ceaa commit aa83de4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ jobs:
681681
runs-on: ubuntu-latest
682682
needs: eic-manifest
683683
container:
684-
image: ghcr.io/eic/eic_ci:pipeline-${{ github.run_id }}
684+
image: ghcr.io/eic/eic_ci:${{ env.INTERNAL_TAG }}
685685
credentials:
686686
username: ${{ secrets.GHCR_REGISTRY_USER }}
687687
password: ${{ secrets.GHCR_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)