Skip to content

Commit

Permalink
Moved SSH utility
Browse files Browse the repository at this point in the history
  • Loading branch information
altermarkive committed Feb 16, 2024
1 parent 91c9cd7 commit 407abd4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 407abd4

Please sign in to comment.