Skip to content

Commit

Permalink
fix failed release (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru authored Nov 2, 2023
1 parent 02902da commit c716a1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,6 @@ jobs:
_RELEASE_VERSION: ${{ github.event.inputs.release_version }}-beta # TODO: remove `-beta` after GA
steps:
########## DockerHub ##########
- name: Login to Azure - PROD Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
with:
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}

- name: Setup DCT
id: setup-dct
uses: bitwarden/gh-actions/setup-docker-trust@master
Expand All @@ -270,6 +265,11 @@ jobs:
mv skopeo-linux-amd64 skopeo
chmod +x skopeo
- name: Login to Azure - PROD Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
with:
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}

- name: Push version and latest image
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
env:
Expand Down

0 comments on commit c716a1d

Please sign in to comment.