feat: add docker deploy

This commit is contained in:
Luca Burgard 2024-04-28 04:16:17 +02:00
parent f8fbb3c2be
commit 2d98d1828a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
- name: Save Docker image as tar
run: |
docker save -o ${{ inputs.NAME }} ${{ inputs.NAME }}.tar
docker save -o ${{ inputs.NAME }}.tar ${{ inputs.NAME }}
- name: Transfer Docker image to server
uses: appleboy/scp-action@master