Skip to content

Commit 97439f1

Browse files
authored
fix(docker-build): Update build-docker-image.yml to run on tag push
Signed-off-by: Ben <[email protected]>
1 parent 0901222 commit 97439f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-docker-image.yml

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

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

78
jobs:
89
build-and-push:

0 commit comments

Comments
 (0)