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 id: meta
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
context: git tags: |
# tags: | latest
# latest ${{ steps.latestTag.outputs.version }}
# ${{ steps.latestTag.outputs.version }} annotations: |
# annotations: | manifest:org.opencontainers.image.version=${{ steps.latestTag.outputs.version }}
# manifest:org.opencontainers.image.version=${{ steps.latestTag.outputs.version }} labels: |
# labels: | org.opencontainers.image.version=${{ steps.latestTag.outputs.version }}
# org.opencontainers.image.version=${{ steps.latestTag.outputs.version }}
images: | images: |
${{ env.DOCKER_IMAGE }} ${{ env.DOCKER_IMAGE }}
ghcr.io/${{ github.repository }} ghcr.io/${{ github.repository }}