Skip to content

Commit

Permalink
Apply formatting suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Vince Grassia <[email protected]>
  • Loading branch information
tangowithfoxtrot and vgrassia authored Nov 3, 2023
1 parent e7b4a38 commit 408b338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-cli-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
name: Build Docker image
runs-on: ubuntu-22.04
steps:

- name: Checkout Repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Check Branch to Publish
env:
PUBLISH_BRANCHES: "master,rc,hotfix-rc"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}

- name: Login to Azure ACR
run: az acr login -n bitwardenprod
run: az acr login -n ${_AZ_REGISTRY%.azurecr.io}

- name: Login to Azure - CI Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
Expand Down

0 comments on commit 408b338

Please sign in to comment.