diff options
author | Linnea Gräf <nea@nea.moe> | 2024-05-26 16:50:22 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-05-26 16:50:22 +0200 |
commit | 994c216c34e2681a7eebfdef49791c8f5171a2b6 (patch) | |
tree | b1bb9867a295e39d15017eb8c888f01a6109551e /.github/workflows | |
parent | a079dcbe7fef2cbd677870964519c8374e5948ab (diff) | |
download | mycelium-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.yml | 1 |
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. |