release on tag

This commit is contained in:
FloatingGhost 2022-06-11 17:17:14 +01:00
parent 40242e185c
commit b21ac6b246
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ pipeline:
amd64-glibc:
when:
event:
- deployment
- tag
group: release
image: elixir:1.13
@ -29,7 +29,7 @@ pipeline:
amd64-musl:
when:
event:
- deployment
- tag
group: release
image: elixir:1.13-alpine
@ -52,7 +52,7 @@ pipeline:
arm64-glibc:
when:
event:
- deployment
- tag
group: release
image: arm64v8/elixir:1.13
@ -75,7 +75,7 @@ pipeline:
arm64-musl:
when:
event:
- deployment
- tag
group: release
image: arm64v8/elixir:1.13-alpine