mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Merge branch 'main' of github.com:schollz/croc
This commit is contained in:
commit
907f2b3824
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
|
|
|
@ -143,7 +143,7 @@ multi-user system, this will help ensure that other local users cannot
|
||||||
access the shared secret and receive the files instead of the intended
|
access the shared secret and receive the files instead of the intended
|
||||||
recipient.
|
recipient.
|
||||||
|
|
||||||
Do you wish to continue to DISABLE the classic mode? (Y/n) `)
|
Do you wish to continue to DISABLE the classic mode? (y/N) `)
|
||||||
choice := strings.ToLower(utils.GetInput(""))
|
choice := strings.ToLower(utils.GetInput(""))
|
||||||
if choice == "y" || choice == "yes" {
|
if choice == "y" || choice == "yes" {
|
||||||
os.Remove(classicFile)
|
os.Remove(classicFile)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue