Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Oct 3, 2023
1 parent 35101ec commit 4acb256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ env:
DOCKER_USER: ${{ secrets.DOCKER_IO_USER }}
IS_RELEASE: ${{
startsWith( github.ref, 'refs/tags/pythd-' ) ||
startsWith( github.ref, 'refs/tags/oracle-' ) }}
startsWith( github.ref, 'refs/tags/mainnet-' ) }} ||
startsWith( github.ref, 'refs/tags/pythnet-' ) }}
IS_MAINNET_RELEASE: ${{
startsWith( github.ref, 'refs/tags/mainnet-' ) }}
IS_PYTHNET_RELEASE: ${{
Expand Down

0 comments on commit 4acb256

Please sign in to comment.