Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 2bca33a

Browse files
committed
fix build file
1 parent ac49b16 commit 2bca33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- name: build
2121
run: |
2222
docker build \
23-
-t ngalayko/bazel-action:${{ matrix.version }}
24-
--build-arg bazel_version=${{ matrix.version }}
23+
-t ngalayko/bazel-action:${{ matrix.version }} \
24+
--build-arg bazel_version=${{ matrix.version }} \
2525
.
2626
2727
- name: login to registry

0 commit comments

Comments
 (0)