cleanup
This commit is contained in:
parent
b8c388dd5c
commit
c507903ca4
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -2,7 +2,7 @@ name: Build and Publish Docker Image
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [created, edited]
|
||||
types: [created]
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
|
Loading…
Reference in a new issue