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

Commit 874c84f

Browse files
authored
Merge pull request #4 from ngalaiko/fix
fix build file
2 parents 475eeba + 2bca33a commit 874c84f

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)