Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabrunox committed Sep 24, 2024
1 parent 036f38c commit 5425a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
context: frontend
platforms: linux/arm64
tags: frontend:latest
outputs: type=oci,dest=/tmp/frontend.tar
outputs: type=oci,dest=/tmp/frontend_image.tar

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5425a46

Please sign in to comment.