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