Skip to content

Commit

Permalink
release: remove github docker registry publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rockman committed Jun 19, 2021
1 parent 7c98bdb commit d0a9eab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,4 @@ jobs:
AWS_IMAGE="public.ecr.aws/e1n4f2i6/cli:${TAG}"
docker tag ${IMAGE} ${AWS_IMAGE}
docker push ${AWS_IMAGE}
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u ${GITHUB_ACTOR} --password-stdin
GITHUB_IMAGE="docker.pkg.github.com/opslevel/cli:${TAG}"
docker tag ${IMAGE} ${GITHUB_IMAGE}
docker push ${GITHUB_IMAGE}
docker push ${AWS_IMAGE}

0 comments on commit d0a9eab

Please sign in to comment.