workflow added
This commit is contained in:
12
.github/workflows/git2docker.yml
vendored
12
.github/workflows/git2docker.yml
vendored
@@ -3,10 +3,18 @@
|
|||||||
name: CI to Docker Hub
|
name: CI to Docker Hub
|
||||||
|
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
##on:
|
||||||
# Triggers the workflow on push or pull request events but only for the "master" branch
|
# Triggers the workflow on push or pull request events but only for the "master" branch
|
||||||
|
## push:
|
||||||
|
## branches: [ "master" ]
|
||||||
|
|
||||||
|
|
||||||
|
# Only update with new tag pushed
|
||||||
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
tags:
|
||||||
|
- "v*.*"
|
||||||
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user