1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-08-24 02:31:12 +00:00

ci: {{ pr-number }} should be {{ inputs.pr-number }}

One of the joys to rely on the `pull_request_target` is to only be able
to catch those after those are merged.

Fixes: 

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-08-09 17:41:07 +02:00
parent 5cdf981a2b
commit 54f6a78500

View File

@ -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