1
0
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:
Vince Grassia
2022-02-28 09:38:59 -05:00
committed by GitHub
parent 4ecfc66877
commit 3cefd5fd5d
2 changed files with 16 additions and 2 deletions

View File

@@ -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 }}"