Skip to content

Commit

Permalink
Fix build job.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Apr 2, 2024
1 parent 70f1a70 commit 838fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-euro-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Extract version tag from package.json
id: meta
run: |
export VERSION=$(jq -r .version apps/voting/package.json)
export VERSION=$(jq -r .version euroe-demo/package.json)
export FULL_IMAGE_TAG="${{ env.REGISTRY }}/concordium/$IMAGE_NAME:$VERSION"
echo "::notice FULL_IMAGE_TAG=${FULL_IMAGE_TAG}"
# Make sure the image does not exist. Abort if we can retrieve any metadata.
Expand Down

0 comments on commit 838fa5f

Please sign in to comment.