mirror of
https://github.com/MAGICGrants/arti-docker.git
synced 2026-01-09 20:27:53 -05:00
Trigger publish on tag push instead
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user