Skip to content

Commit 81bf973

Browse files
author
Aslan Askarov
committed
checkpoint
1 parent f0b3740 commit 81bf973

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33
jobs:
44
publish_docker:
55
runs-on: ubuntu-latest
6-
if: github.ref == 'master'
6+
if: github.ref == 'refs/heads/master'
77
steps:
88
- uses: docker/login-action@v1
99
with:

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ COPY Makefile .
3636
COPY local.sh .
3737
COPY network.sh .
3838
COPY examples examples
39+
COPY tests tests
3940
COPY pini.sh .
4041
RUN yarn
4142
RUN make rt

0 commit comments

Comments
 (0)