mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-08-22 19:28:34 +00:00
fix: Set tag docker correctly
This commit is contained in:
parent
d5241993f6
commit
23aad50d8b
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -118,12 +118,11 @@ jobs:
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
tags: |
|
||||
latest
|
||||
${{ steps.latestTag.outputs.latestTag }}
|
||||
annotations: |
|
||||
manifest:org.opencontainers.image.version=${{ steps.latestTag.outputs.latestTag }}
|
||||
labels: |
|
||||
org.opencontainers.image.version=${{ steps.latestTag.outputs.latestTag }}
|
||||
type=semver,pattern={{version}},value=${{ steps.latestTag.outputs.latestTag }}
|
||||
# annotations: |
|
||||
# manifest:org.opencontainers.image.version=${{ steps.latestTag.outputs.latestTag }}
|
||||
# labels: |
|
||||
# org.opencontainers.image.version=${{ steps.latestTag.outputs.latestTag }}
|
||||
images: |
|
||||
${{ env.DOCKER_IMAGE }}
|
||||
ghcr.io/${{ github.repository }}
|
||||
@ -135,6 +134,7 @@ jobs:
|
||||
push: true
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
annotations: ${{ steps.meta.outputs.annotations }}
|
||||
|
||||
- name: Docker Hub Description
|
||||
uses: peter-evans/dockerhub-description@v4
|
||||
|
Loading…
Reference in New Issue
Block a user