Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
33af9c8e9b
commit
92d6e2363b
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- "cicd"
|
- "cicd"
|
||||||
- main
|
- main
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
@ -27,4 +28,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: forge.k3s.fr/frank/kube-escape:latest
|
tags: "forge.k3s.fr/frank/kube-escape:${{ github.ref_name }}"
|
||||||
|
|
Loading…
Reference in a new issue