Browse Source

fix failed release (#169)

update-release-process-vgrassia
Opeyemi 2 years ago committed by GitHub
parent
commit
c716a1dc3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/release.yml

10
.github/workflows/release.yml

@ -252,11 +252,6 @@ jobs: @@ -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
@ -270,6 +265,11 @@ jobs: @@ -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:

Loading…
Cancel
Save