ci(docker-publish): :contruction_worker: fix quotes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user