diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index 2ea2a2c..06656b1 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -113,22 +113,7 @@ jobs: buildah manifest push --all --format v2s2 --creds ${{ github.actor }}:${{ secrets.DOCKER_PASS }} ${{ env.IMAGE_NAME }}:latest ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest buildah manifest push --all --format v2s2 --creds ${{ github.actor }}:${{ secrets.DOCKER_PASS }} ${{ env.IMAGE_NAME }}:latest ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }} buildah manifest push --all --creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} ${{ env.IMAGE_NAME }}:latest ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}:latest - buildah manifest push --all --creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} ${{ env.IMAGE_NAME }}:latest ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }} - - - name: Generate SBOM - uses: anchore/sbom-action@v0 - with: - image: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}:latest - format: 'cyclonedx-json' - output-file: 'sbom.cyclonedx.json' - - - name: Attest - uses: actions/attest-sbom@v1 - id: attest - with: - subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }} - sbom-path: 'sbom.cyclonedx.json' - push-to-registry: true + buildah manifest push --all --creds ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }} ${{ env.sudo apt install shellcheckIMAGE_NAME }}:latest ${{ env.GHCR_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.event.release.tag_name }} router: uses: ./.github/workflows/router.yml