We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1c7cf commit a0d5fb1Copy full SHA for a0d5fb1
.github/workflows/registry-move.yml
@@ -42,7 +42,7 @@ jobs:
42
--password ${{ secrets.QUAY_ROBOT_TOKEN }}
43
44
- name: Move image from Docker Hub to Quay.io 🐳
45
- if: env.PUSH_TO_REGISTRY == 'true'
+ if: env.PUSH_TO_REGISTRY == 'true' && matrix.tag != 'tag-for-testing'
46
run: |
47
skopeo copy \
48
--multi-arch all \
@@ -66,4 +66,4 @@ jobs:
66
pyspark-notebook,
67
all-spark-notebook,
68
]
69
- tag: [missing-tag-expected-to-fail]
+ tag: [tag-for-testing]
0 commit comments