Skip to content

Commit 293b3db

Browse files
Merge pull request #9 from artificialio/cd/2025-09-01-pushing-tags-instead
Pushing tags instead
2 parents 4794134 + 8b17c2d commit 293b3db

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Push Docker Image
22

33
on:
4-
release:
5-
types: [released]
4+
push:
5+
tags:
6+
- '*'
67

78
jobs:
89
docker:

0 commit comments

Comments
 (0)