aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-16 15:25:05 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-16 15:25:05 -0500
commit44a46e64b51ecb398191a7c7216cc8a366d20942 (patch)
treebd6f0a0de09bc35ce32946f5d3cfd0f5964dd0a6
parentDelete main.yml (diff)
downloadferdium-server-44a46e64b51ecb398191a7c7216cc8a366d20942.tar.gz
ferdium-server-44a46e64b51ecb398191a7c7216cc8a366d20942.tar.zst
ferdium-server-44a46e64b51ecb398191a7c7216cc8a366d20942.zip
Update build-and-publish.yml
-rw-r--r--.github/workflows/build-and-publish.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml
index bcd4d48..b153579 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -1,7 +1,7 @@
1name: Build and Publish 1name: Build and Publish
2 2
3on: 3on:
4# push: 4 push:
5# branches: 5# branches:
6# - 'main' 6# - 'main'
7 tags: 7 tags:
@@ -23,8 +23,8 @@ jobs:
23 uses: docker/metadata-action@v3 23 uses: docker/metadata-action@v3
24 with: 24 with:
25 images: | 25 images: |
26 ${{ github.repository }} 26 getferdi/ferdi-server
27 ghcr.io/${{ github.repository }} 27# ghcr.io/getferdi/ferdi-server
28 tags: | 28 tags: |
29 type=ref,event=branch 29 type=ref,event=branch
30 type=ref,event=pr 30 type=ref,event=pr