Skip to content

Commit 9beef81

Browse files
authored
Do not fail in registry-move (#2380)
1 parent ed1c7cf commit 9beef81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/registry-move.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
--password ${{ secrets.QUAY_ROBOT_TOKEN }}
4343
4444
- name: Move image from Docker Hub to Quay.io 🐳
45-
if: env.PUSH_TO_REGISTRY == 'true'
45+
if: env.PUSH_TO_REGISTRY == 'true' && matrix.tag != 'tag-for-testing'
4646
run: |
4747
skopeo copy \
4848
--multi-arch all \
@@ -66,4 +66,4 @@ jobs:
6666
pyspark-notebook,
6767
all-spark-notebook,
6868
]
69-
tag: [missing-tag-expected-to-fail]
69+
tag: [tag-for-testing]

0 commit comments

Comments
 (0)