A decentralized music tracking and discovery platform built on AT Protocol 🎵
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix buildx issue

+7 -1
+7 -1
.github/workflows/docker-build-and-push-postgres.yml
··· 31 31 wasm: true 32 32 plugin: buildx 33 33 args: | 34 - build_cloud --platform linux/amd64,linux/arm64 -t ghcr.io/tsirysndr/postgres-xataid:latest crates/xataid-extension "--build-arg GITHUB_TOKEN=\"${GITHUB_ACCESS_TOKEN}\"" --push 34 + build_cloud --platform linux/amd64,linux/arm64 -t tsiry/postgres-xataid:latest crates/xataid-extension "--build-arg GITHUB_TOKEN=\"${GITHUB_ACCESS_TOKEN}\"" --push 35 35 env: 36 36 GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} 37 37 BUILDX_BUILDER: tsiry/rockbox-builder ··· 51 51 tags: | 52 52 ghcr.io/tsirysndr/postgres-xataid:${{ github.sha }} 53 53 ghcr.io/tsirysndr/postgres-xataid:latest 54 + - name: Publish to Github Container Registry 55 + run: | 56 + docker pull tsiry/postgres-xataid:latest 57 + docker tag tsiry/postgres-xataid:latest ghcr.io/tsirysndr/postgres-xataid:${{ github.sha }} 58 + docker tag tsiry/postgres-xataid:latest ghcr.io/tsirysndr/postgres-xataid:latest 59 + docker push ghcr.io/tsirysndr/postgres-xataid:latest