Skip to content

Commit 0a614b6

Browse files
committed
remove github packages
1 parent 18d0bf6 commit 0a614b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
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}

0 commit comments

Comments
 (0)