From: Matthieu Date: Wed, 20 Oct 2021 08:11:23 +0000 (+0400) Subject: fix bazel command X-Git-Tag: v0.1~49 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=267729329a69cd579ac1a3333080a784f1ac2b94;p=matthieu%2Fnova.git fix bazel command --- diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml index e179f4e..20cb07e 100644 --- a/.github/workflows/bazel-build.yml +++ b/.github/workflows/bazel-build.yml @@ -75,5 +75,5 @@ jobs: - name: Publish docker images shell: bash run: | - bazel run --define docker_repo=ghcr.io --define docker_tag=${{ steps.extract_branch.outputs.branch }} //:container_publish + bazel run --define docker_tag=${{ steps.extract_branch.outputs.branch }} //:container_publish if: matrix.os == 'ubuntu-latest'