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
|
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user