From 4eb08d3f9d8179dd2a431eee6a96cbe01cf09f79 Mon Sep 17 00:00:00 2001 From: Victor Kotlyar Date: Tue, 11 Jun 2024 10:40:44 +0300 Subject: [PATCH] Change path for Dockerfile --- .github/workflows/build_almalinux_9_docker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_almalinux_9_docker.yaml b/.github/workflows/build_almalinux_9_docker.yaml index 747159aff..12a4366de 100644 --- a/.github/workflows/build_almalinux_9_docker.yaml +++ b/.github/workflows/build_almalinux_9_docker.yaml @@ -49,6 +49,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + dockerfile: Installation/Docker/AL9/Dockerfile # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." - name: Generate artifact attestation