fix docker tag, remove push branch
Build PCHL / build (push) Failing after 22s
Details
Build PCHL / build (push) Failing after 22s
Details
This commit is contained in:
parent
be7c0be27c
commit
d7b1d8d77d
|
|
@ -4,8 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*'
|
- 'v*.*'
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
@ -24,4 +22,4 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
load: true
|
load: true
|
||||||
tags: pchl:${{ gitea.tag }},pchl:${{ gitea.sha }}
|
tags: pchl:${{ gitea.ref }},pchl:${{ gitea.sha }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue