Skip to content

Commit c8ef32d

Browse files
committed
Merge branch 'dev'
2 parents b751224 + 0575e86 commit c8ef32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
- name: Push Docker image
5050
run: |
5151
IMG_NAME=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
52-
IMAGE_TAG=${{ inputs.tag || steps.meta.outputs.labels.org.opencontainers.image.version }}
52+
IMAGE_TAG=${{ inputs.tag || steps.meta.outputs.labels.org.opencontainers.image.version || "latest" }}
5353
docker tag ${{ env.IMAGE_NAME }}:$IMAGE_TAG $IMG_NAME:$IMAGE_TAG
5454
docker push $IMG_NAME:$IMAGE_TAG

0 commit comments

Comments
 (0)