Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Jun 21, 2024
1 parent a1f23c0 commit 12c9fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
context: .
build-args: version=${{ needs.GenTag.outputs.value }}
push: false
outputs: type=image,oci-mediatypes=true,dest=/tmp/${{ matrix.theme }}.tar
outputs: type=oci,oci-mediatypes=true,dest=/tmp/${{ matrix.theme }}.tar
tags: |
ghcr.io/${{ needs.RepoName.outputs.value }}:latest${{ matrix.theme }},
ghcr.io/${{ needs.RepoName.outputs.value }}:${{ needs.GenTag.outputs.value }}${{ matrix.theme }},
Expand Down

0 comments on commit 12c9fe6

Please sign in to comment.