From 407abd481e8d952bef308b47ed28a6c05f71e0fc Mon Sep 17 00:00:00 2001 From: altermarkive Date: Fri, 16 Feb 2024 14:00:15 +0100 Subject: [PATCH] Moved SSH utility --- .../automation.yml => .github/workflows/ssh-over-tor.yml | 4 ++-- {ssh-over-tor => other/ssh-over-tor}/Dockerfile | 0 {ssh-over-tor => other/ssh-over-tor}/LICENSE | 0 {ssh-over-tor => other/ssh-over-tor}/README.md | 0 {ssh-over-tor => other/ssh-over-tor}/entrypoint.sh | 0 {ssh-over-tor => other/ssh-over-tor}/torrc | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename ssh-over-tor/.github/workflows/automation.yml => .github/workflows/ssh-over-tor.yml (88%) rename {ssh-over-tor => other/ssh-over-tor}/Dockerfile (100%) rename {ssh-over-tor => other/ssh-over-tor}/LICENSE (100%) rename {ssh-over-tor => other/ssh-over-tor}/README.md (100%) rename {ssh-over-tor => other/ssh-over-tor}/entrypoint.sh (100%) rename {ssh-over-tor => other/ssh-over-tor}/torrc (100%) diff --git a/ssh-over-tor/.github/workflows/automation.yml b/.github/workflows/ssh-over-tor.yml similarity index 88% rename from ssh-over-tor/.github/workflows/automation.yml rename to .github/workflows/ssh-over-tor.yml index ce7fd97..0c8cb18 100644 --- a/ssh-over-tor/.github/workflows/automation.yml +++ b/.github/workflows/ssh-over-tor.yml @@ -9,11 +9,11 @@ jobs: steps: - name: Initiating uses: actions/checkout@v2.4.0 - - name: Tags + - name: Tags # To have versioned TAG add: ,${DOCKER_IMAGE}:${{ github.sha }} id: tags run: | DOCKER_IMAGE='ghcr.io/${{ github.actor }}/ssh-over-tor' - TAGS="${DOCKER_IMAGE}:${{ github.sha }},${DOCKER_IMAGE}:latest" + TAGS="${DOCKER_IMAGE}:latest" echo ::set-output name=tags::${TAGS} - name: QEMU uses: docker/setup-qemu-action@v1.2.0 diff --git a/ssh-over-tor/Dockerfile b/other/ssh-over-tor/Dockerfile similarity index 100% rename from ssh-over-tor/Dockerfile rename to other/ssh-over-tor/Dockerfile diff --git a/ssh-over-tor/LICENSE b/other/ssh-over-tor/LICENSE similarity index 100% rename from ssh-over-tor/LICENSE rename to other/ssh-over-tor/LICENSE diff --git a/ssh-over-tor/README.md b/other/ssh-over-tor/README.md similarity index 100% rename from ssh-over-tor/README.md rename to other/ssh-over-tor/README.md diff --git a/ssh-over-tor/entrypoint.sh b/other/ssh-over-tor/entrypoint.sh similarity index 100% rename from ssh-over-tor/entrypoint.sh rename to other/ssh-over-tor/entrypoint.sh diff --git a/ssh-over-tor/torrc b/other/ssh-over-tor/torrc similarity index 100% rename from ssh-over-tor/torrc rename to other/ssh-over-tor/torrc