mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-05-15 00:56:41 +00:00
commit
cec3445318
7
.github/workflows/image.yaml
vendored
7
.github/workflows/image.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
- centos7-x86_64
|
- centos7-x86_64
|
||||||
- centos8-ppc64le
|
- centos8-ppc64le
|
||||||
ispr:
|
ispr:
|
||||||
- ${{github.event_name == 'pull_request'}}
|
- ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }}
|
||||||
exclude:
|
exclude:
|
||||||
- ispr: true
|
- ispr: true
|
||||||
target: ubuntu18.04-arm64
|
target: ubuntu18.04-arm64
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
- ubi8
|
- ubi8
|
||||||
- packaging
|
- packaging
|
||||||
ispr:
|
ispr:
|
||||||
- ${{github.event_name == 'pull_request'}}
|
- ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }}
|
||||||
exclude:
|
exclude:
|
||||||
- ispr: true
|
- ispr: true
|
||||||
dist: ubi8
|
dist: ubi8
|
||||||
@ -95,9 +95,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
|
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
|
||||||
echo "LOWERCASE_REPO_OWNER=$(echo "${GITHUB_REPOSITORY_OWNER}" | awk '{print tolower($0)}')" >> $GITHUB_ENV
|
echo "LOWERCASE_REPO_OWNER=$(echo "${GITHUB_REPOSITORY_OWNER}" | awk '{print tolower($0)}')" >> $GITHUB_ENV
|
||||||
REPO_FULL_NAME="${{ github.event.pull_request.head.repo.full_name }}"
|
|
||||||
echo "${REPO_FULL_NAME}"
|
|
||||||
echo "LABEL_IMAGE_SOURCE=https://github.com/${REPO_FULL_NAME}" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
PUSH_ON_BUILD="false"
|
PUSH_ON_BUILD="false"
|
||||||
BUILD_MULTI_ARCH_IMAGES="false"
|
BUILD_MULTI_ARCH_IMAGES="false"
|
||||||
|
Loading…
Reference in New Issue
Block a user