Skip to content

Commit e319a8e

Browse files
authored
Update build.yml to use appleboy/ssh-action release
Testing if using stable version of appleboy/ssh-action resolves previous build errors
1 parent 3419c60 commit e319a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: echo ${{ steps.docker_build.outputs.digest }}
8787

8888
- name: Pull image and start container in deploy host
89-
uses: appleboy/ssh-action@master
89+
uses: appleboy/ssh-action@v1.0.3
9090
with:
9191
host: ${{ env.DEPLOYMENT_HOST }}
9292
username: ${{ secrets.DEPLOY_USER }}

0 commit comments

Comments
 (0)