Update .github/workflows/build_and_check.yml
All checks were successful
Build, check & Test / run (push) Successful in 1m56s

This commit is contained in:
Florian Bouillon 2023-11-25 22:11:38 +00:00
parent 45e79cf212
commit a8ce0b4494

View File

@ -25,11 +25,11 @@ jobs:
images: git.dzeio.com/avior/avior.me
tags: |
type=ref,event=branch
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=latest
- name: Login to Docker Hub
if: github.event_name != 'pull_request'