We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a051b commit 4f1bf0dCopy full SHA for 4f1bf0d
1 file changed
.github/workflows/deploy.yml
@@ -22,6 +22,10 @@ jobs:
22
- name: Save Docker image as tar
23
run: docker save flask-api:latest -o flask-api.tar
24
25
+ - name: Fix permissions on tar file
26
+ run: chmod 644 flask-api.tar
27
+
28
29
- name: Copy Docker image to VM
30
uses: appleboy/scp-action@v0.1.7
31
with:
0 commit comments