social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

Update build-images.yml

zenfyr.dev 231d364a d26727b2

verified
+3 -15
+3 -15
.tangled/workflows/build-images.yml
··· 29 29 --dockerfile=Containerfile \ 30 30 --verbosity=info \ 31 31 --destination=ghcr.io/zenfyrdev/xpost:amd64-latest \ 32 + --destination=atcr.io/zenfyr.dev/xpost:amd64-latest \ 32 33 --custom-platform=linux/amd64 33 34 34 35 - name: build arm64 ··· 38 39 --dockerfile=Containerfile \ 39 40 --verbosity=info \ 40 41 --destination=ghcr.io/zenfyrdev/xpost:arm64-latest \ 42 + --destination=atcr.io/zenfyr.dev/xpost:arm64-latest \ 41 43 --custom-platform=linux/arm64 42 44 43 45 - name: tag latest artifact ··· 46 48 --ref ghcr.io/zenfyrdev/xpost:amd64-latest --platform linux/amd64 \ 47 49 --ref ghcr.io/zenfyrdev/xpost:arm64-latest --platform linux/arm64 48 50 49 - - name: push to atcr.io 50 - command: | 51 - regctl image mod \ 52 - ghcr.io/zenfyrdev/xpost:arm64-latest \ 53 - --to-docker \ 54 - --create atcr.io/zenfyr.dev/xpost:arm64-latest 55 - 56 - regctl image mod \ 57 - ghcr.io/zenfyrdev/xpost:amd64-latest \ 58 - --to-docker \ 59 - --create atcr.io/zenfyr.dev/xpost:amd64-latest 60 - 61 - regctl index create \ 62 - atcr.io/zenfyr.dev/xpost:latest \ 63 - --media-type application/vnd.docker.distribution.manifest.list.v2+json \ 51 + regctl index create atcr.io/zenfyr.dev/xpost:latest \ 64 52 --ref atcr.io/zenfyr.dev/xpost:amd64-latest --platform linux/amd64 \ 65 53 --ref atcr.io/zenfyr.dev/xpost:arm64-latest --platform linux/arm64