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