diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 21588bb..ee187c5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,13 +1,8 @@ -name: Docker - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. +name: ghcr-push on: - push: - branches: ['master'] + release: + types: [created] env: # Use docker.io for Docker Hub if empty