aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-25 13:37:21 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-25 13:37:21 -0500
commitf22d76c8c6a8c8c1909b7029655944c135b4e4fd (patch)
tree4285efcd4252c0fbd1b7b7981d2bff8c94514273 /.github/workflows
parentMerge pull request #85 from xthursdayx/main (diff)
downloadferdium-server-f22d76c8c6a8c8c1909b7029655944c135b4e4fd.tar.gz
ferdium-server-f22d76c8c6a8c8c1909b7029655944c135b4e4fd.tar.zst
ferdium-server-f22d76c8c6a8c8c1909b7029655944c135b4e4fd.zip
Update build-and-publish.yml
Diffstat (limited to '.github/workflows')
-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