mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-08 04:20:46 +00:00
devops: only on version tag
This commit is contained in:
parent
bc2e942e8c
commit
2ac6868593
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -2,8 +2,6 @@ name: Create and publish a Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- 'master'
|
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue