mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Patch/docker build (#1825)
* Patch to fix the broken dockerhub push * undoing a keyboard slip
This commit is contained in:
parent
41f3e27ace
commit
85797bde07
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -350,6 +350,8 @@ jobs:
|
||||
if: |
|
||||
contains(matrix.docker_repos, 'bitwarden')
|
||||
&& (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix')
|
||||
env:
|
||||
REGISTRY: bitwarden
|
||||
run: |
|
||||
IMAGE_TAG=$(echo "${GITHUB_REF:11}" | sed "s#/#-#g") # slash safe branch name
|
||||
if [[ "$IMAGE_TAG" == "master" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user