Update docker-build.yml

This commit is contained in:
DaanSelen 2025-06-04 10:36:42 +02:00 committed by GitHub
parent 354f4e47df
commit a86d0c74d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern=latest,enable={{is_tag}}
type=raw,value=nightly,enable={{is_default_branch}}
type=ref,pattern={{ref_name}},enable={{is_default_branch}}
type=ref,pattern={{ref_name}},enable={{github.event_name == 'push' && is_default_branch}}
- name: Build and export (multi-arch)
uses: docker/build-push-action@v6