mirror of
https://github.com/bitwarden/server
synced 2025-12-25 12:43:14 +00:00
Add Docker Stub Checksum (#1888)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -233,6 +233,7 @@ jobs:
|
||||
workflow_conclusion: success
|
||||
branch: ${{ needs.setup.outputs.branch-name }}
|
||||
artifacts: "docker-stub.zip,
|
||||
docker-stub-sha256.txt,
|
||||
swagger.json"
|
||||
|
||||
- name: Create release
|
||||
@@ -240,6 +241,7 @@ jobs:
|
||||
uses: ncipollo/release-action@40bb172bd05f266cf9ba4ff965cb61e9ee5f6d01
|
||||
with:
|
||||
artifacts: 'docker-stub.zip,
|
||||
docker-stub-sha256.txt,
|
||||
swagger.json'
|
||||
commit: ${{ github.sha }}
|
||||
tag: "v${{ needs.setup.outputs.release_version }}"
|
||||
|
||||
Reference in New Issue
Block a user