diff --git a/.forgejo/workflows/production-build.yml b/.forgejo/workflows/production-build.yml index c259f3f..d7b2609 100644 --- a/.forgejo/workflows/production-build.yml +++ b/.forgejo/workflows/production-build.yml @@ -101,7 +101,7 @@ jobs: docker image tag ${{ env.CONTAINER_NAME }}:latest ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.CONTAINER_NAME }}:${{ steps.prepare-env.outputs.VERSION }} docker image push ${{ env.REGISTRY }}/${{ env.OWNER }}/${{ env.CONTAINER_NAME }}:${{ steps.prepare-env.outputs.VERSION }} - name: Server deploy - uses: https://git.burcusel.nl/public/ssh-action@v1 + uses: https://git.burcusel.nl/public/ssh-action@v1.2.6 with: host: ${{ secrets.DEPLOY_HOST }} username: ${{ secrets.DEPLOY_USER }}