aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-and-publish.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/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