Test for BuildEnv L1 container build #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test for BuildEnv L1 container build | |
on: | |
workflow_dispatch | |
permissions: | |
id-token: write | |
contents: write | |
jobs: | |
build: | |
if: github.actor == 'marcelamelara' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4 | |
- name: Build docker container | |
shell: bash | |
run: | | |
docker build --tag test_l1:latest --file build-container/test-buildenv-l1.dockerfile . | |
- name: Get client container image hash | |
id: hash | |
shell: bash | |
run: | | |
# this extracts the sha256 hash | |
echo "img-name=test_l1" | |
echo "img-hash=$(docker inspect test_l1 --format {{.ID}} | sed 's/.*://')" | |
#- name: Generate SLSA Provenance | |
# uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 #v1.4.2 | |
# with: | |
# subject-name: |