From 62a7fba1064a6c2b02a56bb7b08a99588de19454 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sat, 25 Jan 2025 19:06:33 -0500 Subject: [PATCH] Switching to OKD hosted runners that have Nexus credentials already --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59ab491..36223b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: else VERSION=$(echo "${GITHUB_REF_NAME}" | sed 's|/|-|g') fi - podman build . --userns=keep-id --file Dockerfile \ + podman build . --privileged --file Dockerfile \ --tag "${{ matrix.registry }}/$IMAGE_NAME:$VERSION" --build-arg ARTIFACTORY=${{ matrix.registry_proxy }} if [[ "$GITHUB_REF" =~ ^refs/pull.* ]]; then echo "Pull requests do not get published. Only for testing"