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 d493b5d commit 103a885Copy full SHA for 103a885
.github/workflows/az_acr_push.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Configure branch name
38
id: branch_name
39
- run: echo "GH_REF_NAME=$(echo '${{ github.ref_name }}' | sed s|\|-|g)" >> $GITHUB_OUTPUT
+ run: echo "GH_REF_NAME=$(echo ${{ github.ref_name }} | sed 's|/|-|g')" >> $GITHUB_OUTPUT
40
41
- name: Build & Push ${{ github.event.repository.name }}:${{ matrix.platform}}
42
uses: docker/build-push-action@v5
0 commit comments