Skip to content

Commit

Permalink
Merge pull request #1070 from LelouBil/main
Browse files Browse the repository at this point in the history
Fix docker hub tag in link for releases
  • Loading branch information
jonasvoelcker authored Jun 25, 2024
2 parents af2f54a + e3fe37c commit 7ce8896
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 @@ -277,7 +277,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 @@ -294,7 +299,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 7ce8896

Please sign in to comment.