File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1818 - run : echo "DOCKER_TAG=${BRANCH}" >> $GITHUB_ENV
1919 - run : echo "DOCKER_IMAGE=$( echo ${GITHUB_REPOSITORY}:${DOCKER_TAG} )" >> $GITHUB_ENV
2020 - run : docker build -f docker/Dockerfile --build-arg SOLANA_VERSION=${{ env.SOLANA_VERSION }} --tag ${{ env.DOCKER_IMAGE }} .
21- # publish to ghcr.io
22- - run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
23- - run : docker image tag ${DOCKER_IMAGE} ghcr.io/${DOCKER_IMAGE}
24- - run : docker image push ghcr.io/${{ env.DOCKER_IMAGE }}
25- if : startsWith( github.ref, 'refs/tags/' )
2621 # publish to docker.io
2722 - run : echo "${{ secrets.DOCKER_IO_PASS }}" | docker login docker.io -u ${{ secrets.DOCKER_IO_USER }} --password-stdin
2823 - run : docker image tag ${DOCKER_IMAGE} docker.io/pythfoundation/pyth-client:${DOCKER_TAG}
You can’t perform that action at this time.
0 commit comments