Create new workflow for copy Redis image to Quay
This commit is contained in:
parent
34e3157c84
commit
3931c8e55b
1 changed files with 2 additions and 6 deletions
8
.github/workflows/copy-redis-image.yml
vendored
8
.github/workflows/copy-redis-image.yml
vendored
|
@ -1,9 +1,5 @@
|
||||||
name: Copy Redis Image
|
name: Copy Redis Image
|
||||||
|
on: pull_request
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- argocd/cr-19101-copy-redis-image
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
copy:
|
copy:
|
||||||
|
@ -34,6 +30,6 @@ jobs:
|
||||||
- name: Copy Redis Image
|
- name: Copy Redis Image
|
||||||
env:
|
env:
|
||||||
SRC_IMAGE_REPO: public.ecr.aws/docker/library/redis
|
SRC_IMAGE_REPO: public.ecr.aws/docker/library/redis
|
||||||
DST_IMAGE_REPO: quay.io/codefresh/redis-test
|
DST_IMAGE_REPO: quay.io/codefresh/redis
|
||||||
run: |
|
run: |
|
||||||
regctl image copy ${{ env.SRC_IMAGE_REPO }}:${{ env.VERSION }} ${{ env.DST_IMAGE_REPO }}:${{ env.VERSION }} --verbosity debug
|
regctl image copy ${{ env.SRC_IMAGE_REPO }}:${{ env.VERSION }} ${{ env.DST_IMAGE_REPO }}:${{ env.VERSION }} --verbosity debug
|
||||||
|
|
Loading…
Reference in a new issue