Skip to content

Commit ff6bab2

Browse files
committed
🐛 Fix tag name
Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
1 parent 28133b3 commit ff6bab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker Release
33
on:
44
# This can be used to automatically publish releases
55
release:
6-
types: [created]
6+
types: [published]
77
# This can be used to allow manually triggering nightlies from the web interface
88
workflow_dispatch:
99

@@ -29,4 +29,4 @@ jobs:
2929
context: .
3030
file: ./Dockerfile
3131
push: true
32-
tags: mcpringle/apus:${{ github.ref }}
32+
tags: mcpringle/apus:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)