Update build.yml
This commit is contained in:
parent
b4072034f5
commit
270ad0ee50
@ -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" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user