Trigger publish on tag push instead

This commit is contained in:
Artur
2025-03-17 14:39:36 -03:00
parent 894080456a
commit ea126e248f

View File

@@ -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: