diff --git a/.github/workflows/build-terminal-images.yaml b/.github/workflows/build-terminal-images.yaml index ac3e8f1fe7..b41a9821d4 100644 --- a/.github/workflows/build-terminal-images.yaml +++ b/.github/workflows/build-terminal-images.yaml @@ -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