update git workers

This commit is contained in:
coolgitternotin
2025-03-20 13:24:07 -06:00
parent addb2ad1eb
commit d1e75c572b
7 changed files with 91 additions and 48 deletions

View File

@@ -6,6 +6,8 @@ on:
tags: [ 'v*' ]
pull_request:
branches: [ main, master ]
release:
types: [ published, released ]
# Allow manual triggering
workflow_dispatch:
@@ -36,6 +38,7 @@ jobs:
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
type=raw,value=dev,enable=${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }}
# Build and push Docker image