aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build-and-publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml
index cfc7543..0e0fed9 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -46,7 +46,7 @@ jobs:
46 uses: docker/login-action@v1 46 uses: docker/login-action@v1
47 with: 47 with:
48 registry: ghcr.io 48 registry: ghcr.io
49 username: ${{ github.repository_owner }} 49 username: FerdiBot
50 password: ${{ secrets.GH_TOKEN }} 50 password: ${{ secrets.GH_TOKEN }}
51 51
52 - name: Build and push 52 - name: Build and push