Skip to content

Commit

Permalink
Merge 0900b3e into 11bba56
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiamxia authored Sep 22, 2021
2 parents 11bba56 + 0900b3e commit 47c7bf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ jobs:
with:
key: "${{ env.PACKAGE_CACHE_KEY }}"
path: build/packages

- name: Checkout ADOT
uses: actions/checkout@v2

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand All @@ -343,7 +346,7 @@ jobs:
docker tag $IMAGE_NAME public.ecr.aws/$ECR_REPO:latest
docker push public.ecr.aws/$ECR_REPO:$TAG
docker push public.ecr.aws/$ECR_REPO:latest
cd build/packages/tools/release/adot-operator-images-mirror && go run ./
cd tools/release/adot-operator-images-mirror && go run ./
- name: Login Dockerhub
uses: docker/login-action@v1
Expand Down

0 comments on commit 47c7bf5

Please sign in to comment.