Skip to content

Commit

Permalink
fix git checkout error in release wf (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxiamxia committed Sep 22, 2021
1 parent 774fb3f commit a87476c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ jobs:
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.sha }}
path: adot

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand All @@ -348,7 +349,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 tools/release/adot-operator-images-mirror && go run ./
cd adot/tools/release/adot-operator-images-mirror && go run ./
- name: Login Dockerhub
uses: docker/login-action@v1
Expand Down

0 comments on commit a87476c

Please sign in to comment.