Skip to content

Commit 6cf9571

Browse files
authored
set correct org name for image (#54)
1 parent cf4b7a1 commit 6cf9571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chainguard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
# TODO make this a matrix job
2828
- name: Pull and push chainguardpython image
2929
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
30+
docker pull cgr.dev/unstructured.io/python:3.12
31+
docker tag cgr.dev/unstructured.io/python:3.12 uticplatform.azurecr.io/chainguard/python:3.12
3232
docker push uticplatform.azurecr.io/chainguard/python:3.12

0 commit comments

Comments
 (0)