aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-17 03:23:13 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-17 03:23:13 -0500
commit9f3148591cc5200d384d175c5da0ac17d38888c2 (patch)
tree76609f851022719f33f179789386bfbc013a4c0e
parentUpdate build-and-publish.yml (diff)
downloadferdium-server-9f3148591cc5200d384d175c5da0ac17d38888c2.tar.gz
ferdium-server-9f3148591cc5200d384d175c5da0ac17d38888c2.tar.zst
ferdium-server-9f3148591cc5200d384d175c5da0ac17d38888c2.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 c7a26b1..6791bc6 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/build-and-publish.yml
@@ -32,7 +32,7 @@ jobs:
32 with: 32 with:
33 images: | 33 images: |
34 getferdi/ferdi-server 34 getferdi/ferdi-server
35# ghcr.io/getferdi/ferdi-server 35 ghcr.io/getferdi/ferdi-server
36 tags: | 36 tags: |
37 type=ref,event=branch 37 type=ref,event=branch
38 type=ref,event=pr 38 type=ref,event=pr
@@ -69,8 +69,8 @@ jobs:
69 file: ./Dockerfile 69 file: ./Dockerfile
70 platforms: linux/amd64,linux/arm64 70 platforms: linux/amd64,linux/arm64
71 push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }} 71 push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
72 tags: ${{ steps.meta.outputs.tags }} 72 tags: ${{ steps.meta.outputs.tags }}, getferdi/ferdi-server:latest
73 labels: ${{ steps.meta.outputs.labels }}, getferdi/ferdi-server:latest 73 labels: ${{ steps.meta.outputs.labels }}
74 74
75 - name: Image digest 75 - name: Image digest
76 run: echo ${{ steps.docker_build.outputs.digest }} 76 run: echo ${{ steps.docker_build.outputs.digest }}