Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
manegit committed May 13, 2023
1 parent 406b9b4 commit 50266ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cd usrhomedir
tar -zcvf ../homedir.tar .
cd ..
gzip homedir.tar
docker build -t ghcr.io/manegit/docker-ubuntu-custom:main .
docker build -t ghcr.io/manegit/docker-ubuntu-custom:latest .
2 changes: 1 addition & 1 deletion clean.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker rm ubuntu-custom
docker rmi ghcr.io/manegit/docker-ubuntu-custom:main
docker rmi ghcr.io/manegit/docker-ubuntu-custom:latest

0 comments on commit 50266ea

Please sign in to comment.