tangled
alpha
login
or
join now
rocksky.app
/
rocksky
96
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
96
fork
atom
overview
issues
7
pulls
pipelines
ci: update workflow
tsiry-sandratraina.com
7 months ago
532b8f31
38059f96
-8
1 changed file
expand all
collapse all
unified
split
.github
workflows
docker-build-and-push-postgres.yml
-8
.github/workflows/docker-build-and-push-postgres.yml
···
43
43
username: ${{ github.actor }}
44
44
password: ${{ secrets.GITHUB_TOKEN }}
45
45
46
46
-
- name: Build and push Docker image
47
47
-
uses: docker/build-push-action@v6
48
48
-
with:
49
49
-
context: crates/xataid-extension
50
50
-
push: true
51
51
-
tags: |
52
52
-
ghcr.io/tsirysndr/postgres-xataid:${{ github.sha }}
53
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