Skip to content

Commit 63b5192

Browse files
committed
chore: Only build docker image on tagged releases
1 parent 69e9314 commit 63b5192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name: Create and publish a Docker image
44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
55
on:
66
push:
7-
branches: ["main"]
87
tags: ["v*"]
98

109
# 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.

0 commit comments

Comments
 (0)