From dbb60b76650feb7471ea76c8281f9abfde19b814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Mon, 20 Oct 2025 18:17:59 +0200 Subject: [PATCH] ci: reference local actions using the fully qualified path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- .github/workflows/bake_targets.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 75a6a2f0..c3c3d5f0 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Security checks - uses: ./.github/actions/security-scans + uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@main with: image: "${{ matrix.image }}" registry_user: ${{ github.actor }} @@ -167,11 +167,8 @@ jobs: # Required by the cosign step id-token: write steps: - - name: Checkout Code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - name: Copy to production - uses: ./.github/actions/copy-images + uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@main with: bake_build_metadata: "${{ needs.testbuild.outputs.metadata }}" registry_user: ${{ github.actor }}