mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01:00
fixing the error in the release workflow (#1669)
This commit is contained in:
parent
e2c8fa7002
commit
fa1989bfed
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
release-docker:
|
||||
name: Build Docker images
|
||||
runs-on: ubuntu-20.04
|
||||
needs: build-artifacts
|
||||
needs: setup
|
||||
env:
|
||||
_RELEASE_VERSION: ${{ needs.setup.outputs.release_version }}
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user