Update .github/workflows/push-s3.yml #1

Closed
vivek wants to merge 1 commits from vivek/build-tools:main into main

View File

@ -42,6 +42,7 @@ jobs:
docker build \
--build-arg BUILD_STEP=bundle \
--build-arg PUBLIC_BUILD_VERSION=${{ steps.get-id.outputs.BUILD_ID }} \
--build-arg PUBLIC_CDN_BASE="https://d.vrgmetri.com/gb-dep/${{ env.REPO_SHORT_NAME }}/${{ steps.get-id.outputs.BUILD_ID }}/client",
--file fab/d/actions-build.Dockerfile \
--tag ${{ steps.get-id.outputs.DOCKER_IMAGE }} \
.;