Skip to content

Commit

Permalink
chore(ci): Add missing LATEST_TAG variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 23, 2025
1 parent cd3a93d commit a2ea2ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
LATEST_TAG: ${{ needs.release.outputs.latestTag }}
VERSION: ${{ needs.release.outputs.version }}
run: |
echo "VERSION: $VERSION"
# Build a docker container and push it to ACR
docker build \
-t $ACR_REGISTRY_URL/$REPOSITORY_NAME:$VERSION \
Expand All @@ -106,6 +105,7 @@ jobs:
API_CONTAINER_RG: ${{ vars.API_CONTAINER_RG }}
ACR_REGISTRY_URL: ${{ vars.ACR_REGISTRY_URL }}
REPOSITORY_NAME: api
LATEST_TAG: ${{ needs.release.outputs.latestTag }}
with:
azcliversion: latest
inlineScript: |
Expand Down Expand Up @@ -225,6 +225,7 @@ jobs:
PLATFORM_CONTAINER_RG: ${{ vars.PLATFORM_CONTAINER_RG }}
ACR_REGISTRY_URL: ${{ vars.ACR_REGISTRY_URL }}
REPOSITORY_NAME: platform
LATEST_TAG: ${{ needs.release.outputs.latestTag }}
with:
azcliversion: latest
inlineScript: |
Expand Down Expand Up @@ -320,6 +321,7 @@ jobs:
WEB_CONTAINER_RG: ${{ vars.WEB_CONTAINER_RG }}
ACR_REGISTRY_URL: ${{ vars.ACR_REGISTRY_URL }}
REPOSITORY_NAME: web
LATEST_TAG: ${{ needs.release.outputs.latestTag }}
with:
azcliversion: latest
inlineScript: |
Expand Down

0 comments on commit a2ea2ed

Please sign in to comment.