Skip to content

Commit

Permalink
ci: delete $
Browse files Browse the repository at this point in the history
Signed-off-by: knqyf263 <knqyf263@gmail.com>
  • Loading branch information
knqyf263 committed Sep 27, 2024
1 parent c96b013 commit 414a2d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,9 @@ jobs:
- name: Copy images to ECR Public
env:
GHCR_REPO: ${{ env.TEST_IMAGE }}
ECR_REPO: ${{ env.ECR_REPO }}
run: |
# Get list of tags from GHCR
TAGS=$(crane ls $$GHCR_REPO)
TAGS=$(crane ls $GHCR_REPO)
for TAG in $TAGS; do
echo "Copying tag $TAG from GHCR to ECR Public"
Expand Down

0 comments on commit 414a2d8

Please sign in to comment.