Skip to content

Commit

Permalink
Fix docker hub tag in link for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
LelouBil committed Jun 24, 2024
1 parent 7eb7675 commit e3fe37c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,12 @@ jobs:
- uses: actions/[email protected]
with:
path: assets

- name: Write release tag without v
id: strip-v-tag
run: |
TAG=${GITHUB_REF_NAME#v}
echo Tag: $Tag
echo "::set-output name=tag::$TAG"
- name: Create Release
uses: softprops/[email protected]
with:
Expand All @@ -293,7 +298,7 @@ jobs:
## DockerHub
* https://hub.docker.com/r/adorsys/keycloak-config-cli/tags?name=${{ github.ref_name }}
* https://hub.docker.com/r/adorsys/keycloak-config-cli/tags?name=${{ steps.strip-v-tag.outputs.tag }}
## Quay.io
Expand Down

0 comments on commit e3fe37c

Please sign in to comment.