Skip to content

Commit

Permalink
troubleshoot mirroring
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Sep 20, 2024
1 parent f739a7c commit e98dfa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-
run: |
TAG_KKV=7fa31f42731fc20a77988b478a3896732cc3dc88
TAG_HOOK=92363d7d1771abc780e7559c778215be61f934d4@sha256:41a147ef46267905b73112b848af75b14c8e1629db5c86b6683ca6c31fc54425
TAG_HOOK=92363d7d1771abc780e7559c778215be61f934d4
TAG_KAFKA=2.5.1-kafka-server-start
TAG_ZOOKEEPER=2.5.1-zookeeper-server-start
TAG_INITUTILS=initutils-nonroot@sha256:8988aca5b34feabe8d7d4e368f74b2ede398f692c7e99a38b262a938d475812c
Expand All @@ -40,6 +40,7 @@ jobs:
TAG_BUSYBOX=1.36.1-glibc
TAG_TINYGO=0.32.0
crane cp docker.io/yolean/kafka-keyvalue:$TAG_KKV ghcr.io/yolean/kafka-keyvalue:$TAG_KKV
crane digest docker.io/yolean/kafka-hook:$TAG_HOOK
crane cp docker.io/yolean/kafka-hook:$TAG_HOOK ghcr.io/yolean/kafka-hook:$TAG_HOOK
crane cp solsson/kafka:$TAG_KAFKA ghcr.io/yolean/kafka:$TAG_KAFKA
crane cp solsson/kafka:$TAG_ZOOKEEPER ghcr.io/yolean/kafka:$TAG_ZOOKEEPER
Expand Down

0 comments on commit e98dfa3

Please sign in to comment.