]> git.puffer.fish Git - matthieu/nova.git/commitdiff
fix bazel command
authorMatthieu <matthieu@developershouse.xyz>
Wed, 20 Oct 2021 08:11:23 +0000 (12:11 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Wed, 20 Oct 2021 08:11:23 +0000 (12:11 +0400)
.github/workflows/bazel-build.yml

index e179f4e5b27b02cfb0fc57dd751ccb26a98782a4..20cb07eeaf377fb3bf8df5a18a9a6926276f7752 100644 (file)
@@ -75,5 +75,5 @@ jobs:
       - name: Publish docker images\r
         shell: bash\r
         run: |\r
-           bazel run --define docker_repo=ghcr.io --define docker_tag=${{ steps.extract_branch.outputs.branch }} //:container_publish\r
+           bazel run --define docker_tag=${{ steps.extract_branch.outputs.branch }} //:container_publish\r
         if: matrix.os == 'ubuntu-latest'\r