From c716a1dc3c7d13e60f86de3f9470748c725e6e30 Mon Sep 17 00:00:00 2001 From: Opeyemi Date: Thu, 2 Nov 2023 12:03:13 +0000 Subject: [PATCH] fix failed release (#169) --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3ecd61..10a9356 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: 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: