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:
parent
3285f68548
commit
3de46b4ecc
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user