tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
ci: login to docker hub
tsiry-sandratraina.com
7 months ago
fc2f4f69
eba48392
+6
1 changed file
expand all
collapse all
unified
split
.github
workflows
docker-build-and-push-postgres.yml
+6
.github/workflows/docker-build-and-push-postgres.yml
···
19
19
- name: Checkout repository
20
20
uses: actions/checkout@v4
21
21
22
22
+
- name: Log in to Docker
23
23
+
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
24
24
+
with:
25
25
+
username: ${{ secrets.DOCKERHUB_USERNAME }}
26
26
+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
27
27
+
22
28
- name: Build and Publish image to Docker Hub
23
29
uses: fluentci-io/setup-fluentci@v5
24
30
with: