Skip to content

Commit 6eb5ebc

Browse files
committed
fix: step name syntax error
1 parent 103a885 commit 6eb5ebc

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
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
push: true
5858
file: 'Dockerfile'
59-
tags: ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ matrix.platform}}-${{ steps.branch_name.outputs.GH_REF_NAME }} }}
59+
tags: ${{ env.AZURE_CONTAINER_REGISTRY }}/${{ github.event.repository.name }}:${{ matrix.platform}}-${{ steps.branch_name.outputs.GH_REF_NAME }}
6060
cache-from: type=gha
6161
cache-to: type=gha,mode=max
6262
build-args: |

0 commit comments

Comments
 (0)