Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat init commit #3

Merged
merged 3 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build the Docker image
run: docker build . --file Dockerfile --tag martynvandijke/kasm-prusa:latest
run: docker build . --file Dockerfile --tag martynvandijke/kasm-cura:latest
- name: Push Docker image
run: docker push martynvandijke/kasm-prusa:latest

run: docker push martynvandijke/kasm-cura:latest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
curl \
chromium \
firefox-esr \
prusa-slicer
cura

RUN chown 1000:0 $HOME
RUN $STARTUPDIR/set_user_permission.sh $HOME
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# kasm-prusa
# kasm-cura

A [Kasm](kasmweb.com) debian container with prusa installed.
A [Kasm](kasmweb.com) debian container with cura installed.
Loading