From 3ab039f28df5c75a6def9535e696066cfd8888db Mon Sep 17 00:00:00 2001 From: "gitea.164500.xyz" Date: Thu, 17 Apr 2025 19:15:26 +0000 Subject: [PATCH] s s --- .gitea/workflows/build.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b6d047d..96bf358 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -53,12 +53,22 @@ jobs: run: mvn -B package -Dmaven.test.skip - name: Uzip run: mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar) - - - name: set up qemu - uses: https://github.com/docker/setup-qemu-action@v3 + + #build with docker + #- + #name: set up qemu + #uses: https://github.com/docker/setup-qemu-action@v3 #- #name: Set Docker Buildx #uses: https://github.com/docker/setup-buildx-action@v3 + - + name: Buildah Action + uses: redhat-actions/buildah-build@v2 + with: + containerfiles: | ./Containerfile + #image: my-new-image + #tags: v1 ${{ github.sha }} + #build-args: - name: Login To Zot uses: https://github.com/docker/login-action@v3