Create new workflow for copy Redis image to Quay
This commit is contained in:
parent
f858ab6cb3
commit
337f351a97
1 changed files with 1 additions and 1 deletions
2
.github/workflows/copy-redis-image.yml
vendored
2
.github/workflows/copy-redis-image.yml
vendored
|
@ -34,6 +34,6 @@ jobs:
|
|||
- name: Copy Redis Image
|
||||
env:
|
||||
SRC_IMAGE_REPO: public.ecr.aws/docker/library/redis
|
||||
DST_IMAGE_REPO: quay.io/codefresh/redis
|
||||
DST_IMAGE_REPO: quay.io/codefresh/redis-test
|
||||
run: |
|
||||
regctl image copy "${{ env.SRC_IMAGE_REPO }}":"${{ env.VERSION }}" "${{ env.DST_IMAGE_REPO }}":"${{ env.VERSION }}" --verbosity debug
|
||||
|
|
Loading…
Reference in a new issue