Fix env
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
images: ${IMAGE_BASE}
|
images: $IMAGE_BASE
|
||||||
# this will generate tags in the following format:
|
# this will generate tags in the following format:
|
||||||
#
|
#
|
||||||
# latest
|
# latest
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
if: github.ref_type == 'branch'
|
if: github.ref_type == 'branch'
|
||||||
id: meta-nightly
|
id: meta-nightly
|
||||||
with:
|
with:
|
||||||
images: ${IMAGE_BASE}
|
images: $IMAGE_BASE
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=nightly
|
type=raw,value=nightly
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user