mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -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: |
|
if: |
|
||||||
contains(matrix.docker_repos, 'bitwarden')
|
contains(matrix.docker_repos, 'bitwarden')
|
||||||
&& (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix')
|
&& (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix')
|
||||||
|
env:
|
||||||
|
REGISTRY: bitwarden
|
||||||
run: |
|
run: |
|
||||||
IMAGE_TAG=$(echo "${GITHUB_REF:11}" | sed "s#/#-#g") # slash safe branch name
|
IMAGE_TAG=$(echo "${GITHUB_REF:11}" | sed "s#/#-#g") # slash safe branch name
|
||||||
if [[ "$IMAGE_TAG" == "master" ]]; then
|
if [[ "$IMAGE_TAG" == "master" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user