We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d998e commit 44ab05aCopy full SHA for 44ab05a
.github/workflows/release.yml
@@ -20,8 +20,8 @@ jobs:
20
uses: docker/login-action@v1
21
with:
22
registry: ghcr.io
23
- username: ${{ github.actor }}
24
- password: ${{ secrets.QUICK_SILVER_GHCR_BOT_TOKEN }}
+ username: ${{ secrets.DOCKER_USERNAME }}
+ password: ${{ secrets.DOCKER_PASSWORD }}
25
- name: Build docker image
26
run: make docker-build TAG=${{ env.TAG }}
27
- name: Push docker image
0 commit comments