Skip to content

Commit 103a885

Browse files
committed
fix: sed expression
1 parent d493b5d commit 103a885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/az_acr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Configure branch name
3838
id: branch_name
39-
run: echo "GH_REF_NAME=$(echo '${{ github.ref_name }}' | sed s|\|-|g)" >> $GITHUB_OUTPUT
39+
run: echo "GH_REF_NAME=$(echo ${{ github.ref_name }} | sed 's|/|-|g')" >> $GITHUB_OUTPUT
4040

4141
- name: Build & Push ${{ github.event.repository.name }}:${{ matrix.platform}}
4242
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)