This commit is contained in:
Max Stanley
2023-11-21 22:03:11 +00:00
parent 2d7f91ab26
commit 6d983158b6
+2 -2
View File
@@ -37,7 +37,7 @@ jobs:
if: github.ref_type == 'tag'
id: meta
with:
images: ${IMAGE_BASE}
images: $IMAGE_BASE
# this will generate tags in the following format:
#
# latest
@@ -58,7 +58,7 @@ jobs:
if: github.ref_type == 'branch'
id: meta-nightly
with:
images: ${IMAGE_BASE}
images: $IMAGE_BASE
tags: |
type=raw,value=nightly
- uses: docker/build-push-action@v5