diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d07c6db..1104ba3 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -51,7 +51,8 @@ jobs: TESTCONTAINERS_RYUK_DISABLED: true run: | ./mvnw -B clean install -Pnative \ - -Dquarkus.container-image.push=false + -Dquarkus.container-image.push=false \ + -Dquarkus.container-image.registry=git.demonkernel.io.vn - name: Publish Test Report uses: dorny/test-reporter@v3