Skip to content

Commit

Permalink
ci: fix release tags (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <[email protected]>
  • Loading branch information
sozercan authored Dec 4, 2023
1 parent 56ba87b commit 0e9a92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/sozercan/aikit
tags: type=sha,format=long
tags: type=semver,pattern={{raw}}

- name: Build and push
uses: docker/build-push-action@v5
Expand All @@ -67,4 +67,4 @@ jobs:
run: |
cosign verify ghcr.io/sozercan/aikit@${DIGEST} \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity https://github.com/sozercan/aikit/.github/workflows/release.yaml@refs/heads/main
--certificate-identity https://github.com/sozercan/aikit/.github/workflows/release.yaml@refs/tags/${{ steps.docker_meta.outputs.tags }}

0 comments on commit 0e9a92d

Please sign in to comment.