Skip to content

Commit

Permalink
use git context for correct sha
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Mar 20, 2024
1 parent 49d4cbe commit 0d3d657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
context: git
tags: |
type=semver,pattern={{version}},value=${{ needs.extract_version.outputs.version }}
images: |
Expand Down Expand Up @@ -178,6 +179,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
context: git
images: ${{ env.REGISTRY_IMAGE }}
labels: |
io.artifacthub.package.readme-url="https://www.openproject.org/docs/installation-and-operations/installation/docker/"
Expand Down

0 comments on commit 0d3d657

Please sign in to comment.