fix docker tag, remove push branch
Build PCHL / build (push) Failing after 22s Details

This commit is contained in:
Guillaume Dorce 2024-01-10 15:00:57 +01:00
parent be7c0be27c
commit d7b1d8d77d
1 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@ on:
push:
tags:
- 'v*.*'
branches:
- main
jobs:
build:
@ -24,4 +22,4 @@ jobs:
context: .
file: ./Dockerfile
load: true
tags: pchl:${{ gitea.tag }},pchl:${{ gitea.sha }}
tags: pchl:${{ gitea.ref }},pchl:${{ gitea.sha }}