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

Commit

Permalink
Merge pull request #4 from ngalaiko/fix
Browse files Browse the repository at this point in the history
fix build file
  • Loading branch information
ngalaiko authored Oct 17, 2019
2 parents 475eeba + 2bca33a commit 874c84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: build
run: |
docker build \
-t ngalayko/bazel-action:${{ matrix.version }}
--build-arg bazel_version=${{ matrix.version }}
-t ngalayko/bazel-action:${{ matrix.version }} \
--build-arg bazel_version=${{ matrix.version }} \
.
- name: login to registry
Expand Down

0 comments on commit 874c84f

Please sign in to comment.