add run-name for releases to include their workflow trigger (#3996)

* add run-name for releases to include their workflow trigger

* add edit for linter error

* Update .github/workflows/release-web.yml

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
Opeyemi 2022-11-08 15:02:51 +00:00 committed by GitHub
parent 7141f9f175
commit 0443c9acaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
---
name: Release Browser
run-name: Release Browser ${{ inputs.release_type }}
on:
workflow_dispatch:

View File

@ -1,5 +1,6 @@
---
name: Release CLI
run-name: Release CLI ${{ inputs.release_type }}
on:
workflow_dispatch:

View File

@ -1,5 +1,6 @@
---
name: Release Desktop
run-name: Release Desktop ${{ inputs.release_type }}
on:
workflow_dispatch:

View File

@ -1,5 +1,6 @@
---
name: Release Web
run-name: Release Web ${{ inputs.release_type }}
on:
workflow_dispatch:
@ -95,8 +96,7 @@ jobs:
env:
DOCKER_CONTENT_TRUST: 1
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: ${{ steps.setup-dct.outputs.dct-delegate-repo-passphrase }}
run: |
docker push bitwarden/web:$_RELEASE_VERSION
run: docker push bitwarden/web:$_RELEASE_VERSION
- name: Log out of Docker and disable Docker Notary
run: |