diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6bec704..59ab491 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 --group-add keep-groups --file Dockerfile \ + podman build . --userns=keep-id --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"