From eae4eff9468d586b0c51ca2c483ebaab8286c2af Mon Sep 17 00:00:00 2001 From: Matthieu <20992787+MatthieuCoder@users.noreply.github.com> Date: Wed, 8 Sep 2021 19:29:38 +0400 Subject: [PATCH] Update bazel-build.yml --- .github/workflows/bazel-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index a3d29cc..dd043cf 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -22,9 +22,9 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - uses: docker-practice/actions-setup-docker@master - if: matrix.os == "ubuntu-latest" + 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" + if: matrix.os == 'ubuntu-latest' -- 2.39.5