s
s
This commit is contained in:
parent
f135e4a18e
commit
3ab039f28d
@ -53,12 +53,22 @@ jobs:
|
|||||||
run: mvn -B package -Dmaven.test.skip
|
run: mvn -B package -Dmaven.test.skip
|
||||||
- name: Uzip
|
- name: Uzip
|
||||||
run: mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar)
|
run: mkdir -p target/dependency && (cd target/dependency; jar -xf ../*.jar)
|
||||||
-
|
|
||||||
name: set up qemu
|
#build with docker
|
||||||
uses: https://github.com/docker/setup-qemu-action@v3
|
#-
|
||||||
|
#name: set up qemu
|
||||||
|
#uses: https://github.com/docker/setup-qemu-action@v3
|
||||||
#-
|
#-
|
||||||
#name: Set Docker Buildx
|
#name: Set Docker Buildx
|
||||||
#uses: https://github.com/docker/setup-buildx-action@v3
|
#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
|
name: Login To Zot
|
||||||
uses: https://github.com/docker/login-action@v3
|
uses: https://github.com/docker/login-action@v3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user