Skip to content

Commit

Permalink
testing with existing gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrishnath committed Jan 22, 2025
1 parent 1851d6d commit 8292104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-gw-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
--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.IMAGE_NAME_GATEWAY_FE }}:${VERSION} \
-t testnetobscuronet.azurecr.io/obscuronet/obscuro_gateway_dev_testnet_fe:${VERSION} \
-f ./tools/walletextension/frontend/Dockerfile .
docker push ${{ env.IMAGE_NAME_GATEWAY_FE }}:${VERSION}
docker push testnetobscuronet.azurecr.io/obscuronet/obscuro_gateway_dev_testnet_fe:${VERSION}

0 comments on commit 8292104

Please sign in to comment.