We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec86a7 commit bad83f1Copy full SHA for bad83f1
.github/workflows/docker.yaml
@@ -10,6 +10,7 @@ env:
10
DOCKER_HUB: docker.io
11
DOCKER_USER: ${{ secrets.DOCKER_IO_USER }}
12
IS_RELEASE: ${{
13
+ startsWith( github.ref, 'refs/tags/pythd-' ) ||
14
startsWith( github.ref, 'refs/tags/devnet-' ) ||
15
startsWith( github.ref, 'refs/tags/testnet-' ) ||
16
startsWith( github.ref, 'refs/tags/mainnet-' ) }}
0 commit comments