Skip to content

Commit bae6ff6

Browse files
authored
Fix/alpine is back (#61)
1 parent 8960ec5 commit bae6ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-post-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
password: ${{ secrets.DOCKER_PASSWORD }}
4444
repository: ${{ secrets.DOCKER_RELEASE_REPO }}
4545
registry: ${{ secrets.DOCKER_REGISTRY }}
46-
tags: ${{ steps.tag.outputs.tag }}
46+
tags: ${{ steps.tag.outputs.version }}
4747

4848
- name: Create simple description
4949
uses: ./.github/actions/changelog

0 commit comments

Comments
 (0)