We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd68d12 + e0ec116 commit d9e6080Copy full SHA for d9e6080
.github/workflows/publish-docker-images.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Login to Docker Hub
25
uses: docker/login-action@v2
26
with:
27
- username: cloudstruct
+ username: blinklabs
28
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
29
- name: Login to GHCR
30
@@ -57,7 +57,7 @@ jobs:
57
- name: Docker Hub Description
58
uses: peter-evans/dockerhub-description@v3
59
60
61
password: ${{ secrets.DOCKER_PASSWORD }}
62
repository: ${{ env.IMAGE_NAME }}
63
readme-filepath: ./README.md
0 commit comments