Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Sep 23, 2024
1 parent 755b64a commit 34a6d42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
if docker manifest inspect ${FULL_IMAGE_TAG} > /dev/null; then
echo "::error ${FULL_IMAGE_TAG} already exists"
exit 1
elif [ ! "${{ github.ref_name }}" = "compliant-reward-distribution/indexer/${VERSION}" ]; then
echo "::error Expected tag ${{ github.ref_name }} does not match the version ${VERSION}."
elif [ ! "${{ github.ref_name }}" = "compliant-reward-distribution/indexer/${BACKEND_VERSION}" ]; then
echo "::error Expected tag ${{ github.ref_name }} does not match the version ${BACKEND_VERSION}."
exit 1
else
# Store the full image tag into a tag variable for the following step.
Expand Down

0 comments on commit 34a6d42

Please sign in to comment.