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