on release

This commit is contained in:
Justin (shocknet) 2024-05-19 14:09:02 -04:00
parent d0a0c0ff6b
commit c2155087c8

View file

@ -1,9 +1,8 @@
name: Create and publish a Docker image name: Create and publish a Docker image
on: on:
push: release:
branches: ['umbrel-works'] types: [created]
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
@ -43,5 +42,3 @@ jobs:
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}