mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 11:44:38 +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: #7595 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
5cdf981a2b
commit
54f6a78500
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user