A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

ci: update workflow

-8
-8
.github/workflows/docker-build-and-push-postgres.yml
··· 43 43 username: ${{ github.actor }} 44 44 password: ${{ secrets.GITHUB_TOKEN }} 45 45 46 - - name: Build and push Docker image 47 - uses: docker/build-push-action@v6 48 - with: 49 - context: crates/xataid-extension 50 - push: true 51 - tags: | 52 - ghcr.io/tsirysndr/postgres-xataid:${{ github.sha }} 53 - ghcr.io/tsirysndr/postgres-xataid:latest 54 46 - name: Publish to Github Container Registry 55 47 run: | 56 48 docker pull tsiry/postgres-xataid:latest