aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-23 18:59:08 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-23 18:59:08 +0100
commit4892cf3c9d2182bcaa0586c00104aa57596d0e1a (patch)
treed34e8379f8e547148e2287eb903d40b9a554f1ec /.github/workflows
parentMerge pull request #90 from getferdi/all-contributors/add-k0staa (diff)
downloadferdium-server-4892cf3c9d2182bcaa0586c00104aa57596d0e1a.tar.gz
ferdium-server-4892cf3c9d2182bcaa0586c00104aa57596d0e1a.tar.zst
ferdium-server-4892cf3c9d2182bcaa0586c00104aa57596d0e1a.zip
Use same workflow name as getferdi/ferdi
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/builds.yml (renamed from .github/workflows/build-and-publish.yml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/builds.yml
index 63cc5d5..68f60ea 100644
--- a/.github/workflows/build-and-publish.yml
+++ b/.github/workflows/builds.yml
@@ -1,11 +1,11 @@
1name: Build and Publish Docker Image 1name: Builds
2 2
3on: 3on:
4 push: 4 push:
5 tags: 5 tags:
6 - 'v*.*.*' 6 - 'v*.*.*'
7 release: 7 release:
8 types: [published] 8 types: [published]
9 workflow_dispatch: 9 workflow_dispatch:
10 10
11jobs: 11jobs: