Skip to content

Commit

Permalink
fix syntax error (bad quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Mar 4, 2024
1 parent 576dcbb commit 13bcf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
# azcliversion: 2.30.0
inlineScript: |
DOCKER_USER="$(az identity list --query [0].id" --output tsv)" >> "$GITHUB_ENV"
DOCKER_USER="$(az identity list --query '[0].id' --output tsv)" >> "$GITHUB_ENV"
DOCKER_TOKEN="$(az acr login -n transitionmonitordockerregistry --expose-token)" >> "$GITHUB_ENV"
echo "::add-mask::$DOCKER_USER"
echo "::add-mask::$DOCKER_TOKEN"
Expand Down

0 comments on commit 13bcf56

Please sign in to comment.