Compare commits
1 Commits
30ed4f77f6
...
v0.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5add7af8b0 |
@@ -4,11 +4,12 @@ name: Build and Push Docker Image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
# tags:
|
||||
# - "v*" # triggers when you push a tag like v1.0.0
|
||||
# paths:
|
||||
# - "**/Dockerfile"
|
||||
tags:
|
||||
- "v*" # triggers when you push a tag like v1.0.0
|
||||
paths:
|
||||
- "**/Dockerfile"
|
||||
|
||||
workflow_dispatch: # manual run button
|
||||
|
||||
|
||||
Reference in New Issue
Block a user