diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 99af6ff..5a7a8de 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -54,11 +54,10 @@ jobs: with: name: jar-artifact - - name: List files and path in the repository + - name: (Optional) List files and path in the repository run: | ls -la pwd - ls -la /workspace/***/java-cicd-demo - name: Build Docker image run: docker build -t walzen665/spring-cicd-test:latest --build-arg="JAR_FILE=demo-0.0.1-SNAPSHOT-spring-boot.jar" .