Browse Source

Patch/docker build (#1825)

* Patch to fix the broken dockerhub push

* undoing a keyboard slip
pull/1826/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
85797bde07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -350,6 +350,8 @@ jobs: @@ -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…
Cancel
Save