Skip to content

Commit

Permalink
🐛 Fix tag name
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Apr 10, 2024
1 parent 28133b3 commit ff6bab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Release
on:
# This can be used to automatically publish releases
release:
types: [created]
types: [published]
# This can be used to allow manually triggering nightlies from the web interface
workflow_dispatch:

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

0 comments on commit ff6bab2

Please sign in to comment.