From 27be9253efe2915d5fc4898c866548ba2cd74c26 Mon Sep 17 00:00:00 2001 From: subochev Date: Mon, 19 May 2025 00:04:09 +0300 Subject: [PATCH] Update action.yml --- build-gradle/action.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build-gradle/action.yml b/build-gradle/action.yml index 9c75dd3..33a0d4a 100644 --- a/build-gradle/action.yml +++ b/build-gradle/action.yml @@ -32,13 +32,7 @@ runs: DOCKER_HOST: unix:///run/podman/podman.sock shell: bash run: "./gradlew -Pversion=${{ gitea.ref_name }} clean shadowJar -Dorg.gradle.jvmargs=-Xmx4096M --parallel --no-daemon --no-watch-fs --stacktrace" - - name: Log in to Repository - uses: redhat-actions/podman-login@v1 - with: - registry: ${{ vars.DOCKER_REGISTRY_HOST }} - username: ${{ vars.DOCKER_REGISTRY_USERNAME }} - password: ${{ vars.DOCKER_REGISTRY_PASSWORD }} - - name: Buildah Action + - name: Build Docker Image uses: redhat-actions/buildah-build@v2 with: image: ${{ vars.DOCKER_REGISTRY_HOST }}/${{ inputs.image_name }}