We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b751224 + 0575e86 commit c8ef32dCopy full SHA for c8ef32d
.github/workflows/docker.yml
@@ -49,6 +49,6 @@ jobs:
49
- name: Push Docker image
50
run: |
51
IMG_NAME=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
52
- IMAGE_TAG=${{ inputs.tag || steps.meta.outputs.labels.org.opencontainers.image.version }}
+ IMAGE_TAG=${{ inputs.tag || steps.meta.outputs.labels.org.opencontainers.image.version || "latest" }}
53
docker tag ${{ env.IMAGE_NAME }}:$IMAGE_TAG $IMG_NAME:$IMAGE_TAG
54
docker push $IMG_NAME:$IMAGE_TAG
0 commit comments