Skip to content

Commit

Permalink
release: use aws ecr alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rockman committed Jun 19, 2021
1 parent d0a9eab commit 379bfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
IMAGE="opslevel:${TAG}"
docker build -t ${IMAGE} --build-arg VERSION=$(git describe --tags --long --abbrev=12 --match "v[0-9].*" --always) .
AWS_IMAGE="public.ecr.aws/e1n4f2i6/cli:${TAG}"
AWS_IMAGE="public.ecr.aws/opslevel/cli:${TAG}"
docker tag ${IMAGE} ${AWS_IMAGE}
docker push ${AWS_IMAGE}

0 comments on commit 379bfe4

Please sign in to comment.