Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Jan 3, 2025
1 parent f6778ee commit 40abf17
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/manual-deploy-ten-gateway-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,7 @@ jobs:

- name: 'Build and Push Docker Image'
run: |
DOCKER_BUILDKIT=1 docker build \
--build-arg NEXT_PUBLIC_NETWORK_NAME=${{ env.NETWORK_NAME }} \
--build-arg NEXT_PUBLIC_TENSCAN_URL=${{ env.TENSCAN_URL }} \
--build-arg NEXT_PUBLIC_GATEWAY_URL=${{ env.GATEWAY_URL }} \
-t ${{ env.DOCKER_BUILD_TAG_GATEWAY_FE }} \
-f ./tools/walletextension/frontend/Dockerfile .
DOCKER_BUILDKIT=1 docker build --build-arg NEXT_PUBLIC_NETWORK_NAME=${{ env.NETWORK_NAME }} --build-arg NEXT_PUBLIC_TENSCAN_URL=${{ env.TENSCAN_URL }} --build-arg NEXT_PUBLIC_GATEWAY_URL=${{ env.GATEWAY_URL }} -t ${{ env.DOCKER_BUILD_TAG_GATEWAY_FE }} -f ./tools/walletextension/frontend/Dockerfile .
docker push ${{ env.DOCKER_BUILD_TAG_GATEWAY_FE }}
- name: 'Deploy Gateway FE to Azure Container Instances'
Expand Down

0 comments on commit 40abf17

Please sign in to comment.