Skip to content

Commit

Permalink
skopeo copy back to docker:// protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
gniltaws committed Dec 18, 2024
1 parent dc1b8d3 commit 1921e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
--dest-creds ${registry_user}:${registry_password} \
--dest-tls-verify=false \
docker://$(awk '$1 ~/Image:/ {print $2}' charts/operators-installer/_integration-tests/test-install-operator-0-automatic-intermediate-manual-upgrades-values.yaml) \
http://registry.localhost/origin-cli:5000
docker://registry.localhost/origin-cli:5000
# NOTE: can't use chart-testing because `ct` does not allow for a fixed release so you can't run two different tests that affect the same resources
- name: Run integration tests 🧪
Expand Down

0 comments on commit 1921e71

Please sign in to comment.