summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorlazos <lazos@lazos.me>2025-11-07 23:20:47 +0100
committerlazos <lazos@lazos.me>2025-11-07 23:20:47 +0100
commit7367870ecfdcda9d67470d2db0666b6f4ae1728b (patch)
treeab1f682e193c38c6e30e3e42b7f82f924529c801 /.github/workflows
parent[FEAT] Docker image (diff)
downloadserver-ts-7367870ecfdcda9d67470d2db0666b6f4ae1728b.tar.xz
github action publish image
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish-image.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml

index a1f15a17..ed1ff734 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml
@@ -1,8 +1,8 @@ name: Publish Image on: - push: - branches: ['release'] + release: + types: [published] env: REGISTRY: ghcr.io