Skip to content

Commit

Permalink
[CI] Fix bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Sep 22, 2023
1 parent cdcc8a1 commit 9d0c71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: build image
run: docker build . -t bleeding-edge
run: docker build . --target bleeding-edge
- name: build website
run: env DOCKER_TAG=bleeding-edge ./dockerenv-github.sh ./pack.sh
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion dockerenv-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ exec docker run \
-v "$HOME"/.ssh/zbdb-id_rsa.pub:/root/.ssh/id_rsa.pub:ro \
-v "$(pwd)":/project \
-p 9000:9000 \
"$(docker build -q . -t $TAG)" \
"$(docker build -q . --target $TAG)" \
"$@"

0 comments on commit 9d0c71b

Please sign in to comment.