summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-05-26 16:50:22 +0200
committerLinnea Gräf <nea@nea.moe>2024-05-26 16:50:22 +0200
commit994c216c34e2681a7eebfdef49791c8f5171a2b6 (patch)
treeb1bb9867a295e39d15017eb8c888f01a6109551e /.github/workflows
parenta079dcbe7fef2cbd677870964519c8374e5948ab (diff)
downloadmycelium-warning-994c216c34e2681a7eebfdef49791c8f5171a2b6.tar.gz
mycelium-warning-994c216c34e2681a7eebfdef49791c8f5171a2b6.tar.bz2
mycelium-warning-994c216c34e2681a7eebfdef49791c8f5171a2b6.zip
Add more tags1.0.0
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 0b58e73..8e6642d 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -4,6 +4,7 @@ name: Create and publish a Docker image
# Configures this workflow to run every time a change is pushed to the branch called `release`.
on:
push:
+ tags:
branches: ['master']
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.