From a1c3fe93a61ea9f74209219cf7ade47df4021672 Mon Sep 17 00:00:00 2001 From: Andreas Eberle Date: Mon, 29 Jan 2024 19:04:52 +0100 Subject: [PATCH] Remove imagepull secret --- .github/workflows/k8s-quarkus-sync.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/k8s-quarkus-sync.yml b/.github/workflows/k8s-quarkus-sync.yml index 3cf083b..8fd7b45 100644 --- a/.github/workflows/k8s-quarkus-sync.yml +++ b/.github/workflows/k8s-quarkus-sync.yml @@ -47,7 +47,6 @@ jobs: run: | ./gradlew build -x test \ -Dquarkus.kubernetes.deploy=true \ - -Dquarkus.kubernetes.generate-image-pull-secret=true \ -Dquarkus.container-image.group=${{ github.repository_owner }}/${{ github.event.repository.name }} \ -Dquarkus.container-image.registry=ghcr.io \ -Dquarkus.container-image.additional-tags=${{ github.sha }} \