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 cf4b7a1 commit b6f8e59Copy full SHA for b6f8e59
.github/workflows/chainguard.yml
@@ -27,6 +27,6 @@ jobs:
27
# TODO make this a matrix job
28
- name: Pull and push chainguardpython image
29
run: |
30
- docker pull cgr.dev/chainguard/python:3.12
31
- docker tag cgr.dev/chainguard/python:3.12 uticplatform.azurecr.io/chainguard/python:3.12
+ docker pull cgr.dev/unstructured.io/python:3.12
+ docker tag cgr.dev/unstructured.io/python:3.12 uticplatform.azurecr.io/chainguard/python:3.12
32
docker push uticplatform.azurecr.io/chainguard/python:3.12
0 commit comments