From 3a21c485bf1e0a40201b295d6fd4056c63562efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 9 Aug 2023 17:41:07 +0200 Subject: [PATCH] ci: {{ pr-number }} should be {{ inputs.pr-number }} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One of the joys to rely on the `pull_request_target` is to only be able to catch those after those are merged. Fixes: #7595 Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 54f6a78500684c941eae7f5e0422d51a5caeadcf) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index da09da4a44..a5133d8b1e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: Docker build and push uses: docker/build-and-push-action@v3 with: - tags: ghcr.io/kata-containers/test-images:unencrypted-${{ pr-number }} + tags: ghcr.io/kata-containers/test-images:unencrypted-${{ inputs.pr-number }} push: true context: . platforms: linux/amd64, linux/s390x