Skip to content

Commit cf4b7a1

Browse files
authored
correct image name for chainguard python image (#53)
1 parent fe4a2e7 commit cf4b7a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/chainguard.yml

Lines changed: 3 additions & 3 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:latest-3.12
31-
docker tag cgr.dev/chainguard/python:latest-3.12 uticplatform.azurecr.io/chainguard/python:latest-3.12
32-
docker push uticplatform.azurecr.io/chainguard/python:latest-3.12
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
32+
docker push uticplatform.azurecr.io/chainguard/python:3.12

0 commit comments

Comments
 (0)