Skip to content

Commit

Permalink
chore(ci): use dockerfiles from themix GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 8, 2022
1 parent c35b608 commit ce79018
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "THEMIX_GUI_PATH=./themix_gui/" >> $GITHUB_ENV

- name: move dockerfiles into build context
run: mv ./dockerfiles/* ./
run: mv ./themix_gui/dockerfiles/* ./

- name: switch base docker image
run: sed -i -e 's|FROM archlinux:base-devel|FROM actionless/pikaur|' Dockerfile_${PYVER}
Expand Down
17 changes: 0 additions & 17 deletions dockerfiles/Dockerfile_current_arch

This file was deleted.

12 changes: 0 additions & 12 deletions dockerfiles/Dockerfile_python36_ubuntu_1804

This file was deleted.

12 changes: 0 additions & 12 deletions dockerfiles/Dockerfile_python38_ubuntu_2004

This file was deleted.

0 comments on commit ce79018

Please sign in to comment.