Skip to content

Commit

Permalink
Re-enabled 'Setup DCT' step for Docker login (#24)
Browse files Browse the repository at this point in the history
(cherry picked from commit c127710)
  • Loading branch information
vgrassia committed Jun 13, 2022
1 parent 491db67 commit 0c339b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
echo "GitHub event: $GITHUB_EVENT"
echo "Github Release Option: $_RELEASE_OPTION"
# - name: Setup DCT
# id: setup-dct
# uses: bitwarden/gh-actions/setup-docker-trust@a8c384a05a974c05c48374c818b004be221d43ff
# with:
# azure-creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
# azure-keyvault-name: "bitwarden-prod-kv"
- name: Setup DCT
id: setup-dct
uses: bitwarden/gh-actions/setup-docker-trust@a8c384a05a974c05c48374c818b004be221d43ff
with:
azure-creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
azure-keyvault-name: "bitwarden-prod-kv"

- name: Checkout repo
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
Expand Down

0 comments on commit 0c339b7

Please sign in to comment.