Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Nov 26, 2024
2 parents b751224 + 0575e86 commit c8ef32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Push Docker image
run: |
IMG_NAME=${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
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" }}
docker tag ${{ env.IMAGE_NAME }}:$IMAGE_TAG $IMG_NAME:$IMAGE_TAG
docker push $IMG_NAME:$IMAGE_TAG

0 comments on commit c8ef32d

Please sign in to comment.