Skip to content

Commit

Permalink
Can’t use env here
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrody committed Oct 23, 2024
1 parent 83c272d commit 119f0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
needs: build-and-push-image
uses: ./.github/workflows/check.yml
with:
test-image: ${{ env.REGISTRY }}/${{ needs.build-and-push-image.outputs.image_tag }}
test-image: ghcr.io/${{ needs.build-and-push-image.outputs.image_tag }}

run-checks-main-image:
needs: check-dockerfile-changes
if: needs.check-dockerfile-changes.changed == 'false'
uses: ./.github/workflows/check.yml
with:
test-image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.repository.default_branch }}
test-image: ghcr.io/${{ env.IMAGE_NAME }}:${{ github.event.repository.default_branch }}

0 comments on commit 119f0a7

Please sign in to comment.