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 cbb57b6 commit 039127dCopy full SHA for 039127d
.github/workflows/docker.yaml
@@ -20,6 +20,8 @@ jobs:
20
- run: docker build -f docker/Dockerfile --build-arg SOLANA_VERSION=${{ env.SOLANA_VERSION }} --tag ${{ env.DOCKER_IMAGE }} .
21
# publish to docker.io
22
- run: echo "${{ secrets.DOCKER_IO_PASS }}" | docker login docker.io -u ${{ secrets.DOCKER_IO_USER }} --password-stdin
23
+ if: startsWith( github.ref, 'refs/tags/' )
24
- run: docker image tag ${DOCKER_IMAGE} docker.io/pythfoundation/pyth-client:${DOCKER_TAG}
25
26
- run: docker image push docker.io/pythfoundation/pyth-client:${DOCKER_TAG}
27
if: startsWith( github.ref, 'refs/tags/' )
0 commit comments