Add version identifier
Some checks failed
Build and push container image / build (push) Has been cancelled

This commit is contained in:
toast 2023-12-30 13:50:15 +00:00
parent 151a4429c1
commit 6076e1b3c7

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04-node runs-on: ubuntu-22.04-node
steps: steps:
- name: SSH into Docker Host - name: SSH into Docker Host
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1
with: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }} username: ${{ secrets.SSH_USERNAME }}