Skip to content

Commit

Permalink
remove github packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunsaker committed Jul 27, 2021
1 parent 18d0bf6 commit 0a614b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
- run: echo "DOCKER_TAG=${BRANCH}" >> $GITHUB_ENV
- run: echo "DOCKER_IMAGE=$( echo ${GITHUB_REPOSITORY}:${DOCKER_TAG} )" >> $GITHUB_ENV
- run: docker build -f docker/Dockerfile --build-arg SOLANA_VERSION=${{ env.SOLANA_VERSION }} --tag ${{ env.DOCKER_IMAGE }} .
# publish to ghcr.io
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- run: docker image tag ${DOCKER_IMAGE} ghcr.io/${DOCKER_IMAGE}
- run: docker image push ghcr.io/${{ env.DOCKER_IMAGE }}
if: startsWith( github.ref, 'refs/tags/' )
# publish to docker.io
- run: echo "${{ secrets.DOCKER_IO_PASS }}" | docker login docker.io -u ${{ secrets.DOCKER_IO_USER }} --password-stdin
- run: docker image tag ${DOCKER_IMAGE} docker.io/pythfoundation/pyth-client:${DOCKER_TAG}
Expand Down

0 comments on commit 0a614b6

Please sign in to comment.