test pipeline
This commit is contained in:
@@ -61,14 +61,6 @@ jobs:
|
||||
mvn -B package \
|
||||
-P homelab \
|
||||
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||
- name: Display directories
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
echo "target dir"
|
||||
ls ./target
|
||||
echo "script dir"
|
||||
ls ./script
|
||||
- name: Prepare
|
||||
run: |
|
||||
platform=${{ matrix.platform }}
|
||||
@@ -91,6 +83,7 @@ jobs:
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: ${{ matrix.platform }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true
|
||||
|
||||
Reference in New Issue
Block a user