Skip to content

Commit

Permalink
Publish testnet images
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Sep 9, 2024
1 parent d79da91 commit eb07572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: auth docker
run: gcloud auth configure-docker
- name: build and push mainnet docker images
run: ./build-docker-images.sh "mainnet" ${{ needs.get_dist_tag.outputs.DIST_TAG }} true
run: ./build-docker-images.sh "testnet" ${{ needs.get_dist_tag.outputs.DIST_TAG }} true

0 comments on commit eb07572

Please sign in to comment.