Skip to content

Commit

Permalink
[integration-test] Fix GHCR_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianschuiki committed Nov 25, 2024
1 parent 72e50ed commit 3368764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup environment
run: |
TAG=$(echo $GITHUB_REF | cut -d / -f 3)
echo "GHCR_TAG=ghcr.io/${{github.repository}}/circt-integration-test:$GIT_TAG" >> $GITHUB_ENV
echo "GHCR_TAG=ghcr.io/${{github.repository}}/circt-integration-test:$TAG" >> $GITHUB_ENV
- name: Build image
run: docker build . --tag $GHCR_TAG
Expand Down

0 comments on commit 3368764

Please sign in to comment.