mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-10 13:54: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: #7595
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
(cherry picked from commit 54f6a78500
)
This commit is contained in:
parent
218d83bd3f
commit
3a21c485bf
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