Skip to content

Commit

Permalink
other output type... and save
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine committed Oct 9, 2024
1 parent f488315 commit 008fc2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
context: .
push: false
tags: qmra:local
outputs: type=local,dest=- . > img.tar
outputs: type=local,dest=- > ./img.tar
- name: Save
run: docker save qmra > img.tar
- name: Push
uses: appleboy/scp-action@v0.1.7
with:
Expand Down

0 comments on commit 008fc2c

Please sign in to comment.