We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28133b3 commit ff6bab2Copy full SHA for ff6bab2
.github/workflows/docker-release.yml
@@ -3,7 +3,7 @@ name: Docker Release
3
on:
4
# This can be used to automatically publish releases
5
release:
6
- types: [created]
+ types: [published]
7
# This can be used to allow manually triggering nightlies from the web interface
8
workflow_dispatch:
9
@@ -29,4 +29,4 @@ jobs:
29
context: .
30
file: ./Dockerfile
31
push: true
32
- tags: mcpringle/apus:${{ github.ref }}
+ tags: mcpringle/apus:${{ github.event.release.tag_name }}
0 commit comments