Skip to content

Commit

Permalink
[CI] fix ^
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Sep 22, 2023
1 parent f6ee71a commit 14aaa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: build image
run: docker build . -t bleeding-edge
- name: build website
run: ./dockerenv-github.sh ./pack.sh
run: ENV DOCKER_TAG=bleeding-edge ./dockerenv-github.sh ./pack.sh
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 14aaa47

Please sign in to comment.