Skip to content

Commit

Permalink
Testing Docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 15, 2025
1 parent b2000b6 commit b065fba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,20 @@ jobs:
set -euo pipefail
echo "TAG=$(make version)" >> $GITHUB_ENV
az acr login -n ${{ vars.ACR_NAME }}
if [ "$IS_MERGE_GROUP" == "true" ]; then
make retina-image-win \
IMAGE_NAMESPACE=${{ github.repository }} \
PLATFORM=${{ matrix.platform }}/${{ matrix.arch }} \
IMAGE_REGISTRY=${{ vars.ACR_NAME }} \
WINDOWS_YEARS=${{ matrix.year }} \
BUILDX_ACTION=--push
else
make retina-image-win \
IMAGE_NAMESPACE=${{ github.repository }} \
PLATFORM=${{ matrix.platform }}/${{ matrix.arch }} \
WINDOWS_YEARS=${{ matrix.year }}
BUILDX_ACTION=--push
fi
env:
IS_MERGE_GROUP: ${{ github.event_name != 'merge_group' }}

Expand Down

0 comments on commit b065fba

Please sign in to comment.