Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 6589d30

Browse files
committed
ci: only run docker on version create
1 parent d473597 commit 6589d30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
name: Create and publish a Docker image
33

44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
5-
on: release
5+
on:
6+
push:
7+
tags:
8+
- v*
69

710
# 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.
811
env:

0 commit comments

Comments
 (0)