Test attestation

This commit is contained in:
Alexey Pustovalov 2024-05-30 14:22:00 +09:00
parent 1baa81a67f
commit 90dc71a756

View File

@ -551,6 +551,7 @@ jobs:
BASE_IMAGE: ${{ steps.base_build.outputs.base_build_image }} BASE_IMAGE: ${{ steps.base_build.outputs.base_build_image }}
REPOSITORY: ${{ github.repository }} REPOSITORY: ${{ github.repository }}
DOCKER_REGISTRY: ${{ env.DOCKER_REGISTRY }} DOCKER_REGISTRY: ${{ env.DOCKER_REGISTRY }}
GH_TOKEN: ${{ github.token }}
run: | run: |
echo "::group::Image sign data" echo "::group::Image sign data"
echo "Image to verify=$BASE_IMAGE" echo "Image to verify=$BASE_IMAGE"