Skip to content

Commit

Permalink
mirrors a few more images
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed May 29, 2024
1 parent 410c5b2 commit 14fed70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ jobs:
-
uses: imjasonh/[email protected]
-
# note that images added here must be made public manually
run: |
TAG_KKV=7fa31f42731fc20a77988b478a3896732cc3dc88
TAG_HOOK=76984f89554bd8b2beadb086edc998cc36ab381c
TAG_MARIADB=10.11.8-jammy
crane cp docker.io/yolean/kafka-keyvalue:$TAG_KKV ghcr.io/yolean/kafka-keyvalue:$TAG_KKV
crane cp docker.io/yolean/kafka-hook:$TAG_HOOK ghcr.io/yolean/kafka-hook:$TAG_HOOK
crane cp mariadb:$TAG_MARIADB ghcr.io/yolean/mariadb:$TAG_MARIADB
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 14fed70

Please sign in to comment.