Skip to content

Commit eaf2558

Browse files
committed
Fix: GH workflow
1 parent 05ced2c commit eaf2558

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
tags: ${{ env.IMAGE_URL }}
4141
cache-from: type=gha
4242
cache-to: type=gha,mode=max
43-
44-
- name: Save Docker Image to tar
45-
run: docker save ${{ env.IMAGE_URL }} -o deploy.tar
43+
debug: true
4644

4745
- id: deploy
4846
name: Deploy Image to CapRover

0 commit comments

Comments
 (0)