We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8960ec5 commit bae6ff6Copy full SHA for bae6ff6
.github/workflows/release-post-merge.yml
@@ -43,7 +43,7 @@ jobs:
43
password: ${{ secrets.DOCKER_PASSWORD }}
44
repository: ${{ secrets.DOCKER_RELEASE_REPO }}
45
registry: ${{ secrets.DOCKER_REGISTRY }}
46
- tags: ${{ steps.tag.outputs.tag }}
+ tags: ${{ steps.tag.outputs.version }}
47
48
- name: Create simple description
49
uses: ./.github/actions/changelog
0 commit comments