Skip to content

Commit

Permalink
add empty VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 17, 2024
1 parent c7e811d commit 036d2e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/BUILD-01_build-push-devcontainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
fi
if [[ "$primary_tag" =~ ^[0-9]+\.[0-9]+\.[0-9]+.*$ ]]; then
echo "VERSION='$primary_tag'" >> ./.devcontainer/src/meta.env
else
echo "VERSION=''" >> ./.devcontainer/src/meta.env
fi
echo "CONTENTS_URL='https://${{ env.IMAGE_NAME }}'" >> ./.devcontainer/src/meta.env
echo "DEFINITION_ID='${{ env.IMAGE_DEFINITION }}'" >> ./.devcontainer/src/meta.env
Expand Down

0 comments on commit 036d2e6

Please sign in to comment.