0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-08-22 19:28:34 +00:00

fix: Use correct tags when pushing docker image

This commit is contained in:
alex289 2024-05-01 11:44:20 +02:00
parent 3285f68548
commit 3de46b4ecc
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -117,14 +117,13 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
context: git
# tags: |
# latest
# ${{ steps.latestTag.outputs.version }}
# annotations: |
# manifest:org.opencontainers.image.version=${{ steps.latestTag.outputs.version }}
# labels: |
# org.opencontainers.image.version=${{ steps.latestTag.outputs.version }}
tags: |
latest
${{ steps.latestTag.outputs.version }}
annotations: |
manifest:org.opencontainers.image.version=${{ steps.latestTag.outputs.version }}
labels: |
org.opencontainers.image.version=${{ steps.latestTag.outputs.version }}
images: |
${{ env.DOCKER_IMAGE }}
ghcr.io/${{ github.repository }}