Skip to content

Commit 7730dc9

Browse files
committed
.
1 parent e6f90b0 commit 7730dc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
- name: Normalize Reference Name
2727
id: normalize
28-
run: echo ${{ github.ref_name }} | sed 's/[\/\.]/-/g' >> $GITHUB_OUTPUT
28+
run: echo "name=$(echo ${{ github.ref_name }} | sed 's/[\/\.]/-/g')" >> $GITHUB_OUTPUT
2929

3030
- name: Build and Push Docker Image
3131
uses: docker/build-push-action@v6
3232
with:
3333
push: true
34-
tags: ${{ github.repository }}:${{ steps.normalize.outputs }}
34+
tags: ${{ github.repository }}:${{ steps.normalize.outputs.name }}
3535
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)