From c620294fe7676131f805704bd917fd4f1677a26c Mon Sep 17 00:00:00 2001 From: Matthieu <20992787+MatthieuCoder@users.noreply.github.com> Date: Wed, 8 Sep 2021 19:26:02 +0400 Subject: [PATCH] fix bazel build --- .github/workflows/bazel-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index 7f52cdb..bc3fedc 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -24,7 +24,7 @@ jobs: - uses: docker-practice/actions-setup-docker@master if: ${{ matrix.os == "ubuntu-latest" }} - uses: docker/login-action@v1 - if: ${{ matrix.os === "ubuntu-latest" }} + if: ${{ matrix.os == "ubuntu-latest" }} with: registry: ghcr.io username: ${{ github.actor }} @@ -67,4 +67,4 @@ jobs: shell: bash run: | bazel run //:publish - if: ${{ matrix.os === "ubuntu-latest" }} \ No newline at end of file + if: ${{ matrix.os == "ubuntu-latest" }} -- 2.39.5