ci(docker-publish): :contruction_worker: fix quotes

This commit is contained in:
Alexander Schaber
2025-08-20 08:49:04 +02:00
parent c9c235b85f
commit f9a9686d76
+2 -2
View File
@@ -38,8 +38,8 @@ jobs:
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest,enable=${{ github.ref_name == "master" }}
type=raw,value=nightly,enable=${{ github.ref_name == "develop" }}
type=raw,value=latest,enable=${{ github.ref_name == 'master' }}
type=raw,value=nightly,enable=${{ github.ref_name == 'develop' }}
- uses: docker/build-push-action@v5
id: build
with: