diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index dca0574..06b52db 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -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: @@ -29,4 +29,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: mcpringle/apus:${{ github.ref }} + tags: mcpringle/apus:${{ github.event.release.tag_name }}