Skip to content

Commit

Permalink
vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Jun 21, 2024
1 parent 8da3cad commit 8928666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-terminal-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
run: |
apko publish \
--arch x86_64 apko.yaml \
--image-refs /work/image-refs.txt \
--image-refs image-refs.txt \
"${{ secrets.TERMINAL_REGISTRY_URL }}/${{ secrets.TERMINAL_REPOSITORY }}/${{ matrix.image }}:latest" \
-k melange.rsa.pub \
--sbom-path . \
-C /work
-C terminal-images/${{ matrix.image }}
# - name: cosign login
# shell: bash
Expand Down

0 comments on commit 8928666

Please sign in to comment.