Fix publish workflow
This commit is contained in:
parent
3f318d6d70
commit
014085f693
5
.github/workflows/docker_publish.yml
vendored
5
.github/workflows/docker_publish.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: Publish Docker Image
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
types: [published, created]
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@ -16,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.release.name }}
|
||||
|
||||
- name: Log in to GitHub Container Registry
|
||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||
|
Loading…
Reference in New Issue
Block a user