|
|
|
@ -252,11 +252,6 @@ jobs: |
|
|
|
_RELEASE_VERSION: ${{ github.event.inputs.release_version }}-beta # TODO: remove `-beta` after GA |
|
|
|
_RELEASE_VERSION: ${{ github.event.inputs.release_version }}-beta # TODO: remove `-beta` after GA |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
########## DockerHub ########## |
|
|
|
########## DockerHub ########## |
|
|
|
- name: Login to Azure - PROD Subscription |
|
|
|
|
|
|
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Setup DCT |
|
|
|
- name: Setup DCT |
|
|
|
id: setup-dct |
|
|
|
id: setup-dct |
|
|
|
uses: bitwarden/gh-actions/setup-docker-trust@master |
|
|
|
uses: bitwarden/gh-actions/setup-docker-trust@master |
|
|
|
@ -270,6 +265,11 @@ jobs: |
|
|
|
mv skopeo-linux-amd64 skopeo |
|
|
|
mv skopeo-linux-amd64 skopeo |
|
|
|
chmod +x 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 |
|
|
|
- name: Push version and latest image |
|
|
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }} |
|
|
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }} |
|
|
|
env: |
|
|
|
env: |
|
|
|
|