1
0
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:
Joseph Flinn 2021-10-26 18:56:06 -07:00 committed by GitHub
parent e2c8fa7002
commit fa1989bfed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: