diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 49decc6..257dcab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,9 @@ name: Create and publish a Docker image on: - release: - types: [published, updated] + push: + tags: + - "*" # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: