Fix docker build folder
This commit is contained in:
2
.github/workflows/trivy-scan.yml
vendored
2
.github/workflows/trivy-scan.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Create hawkBit container images
|
- name: Create hawkBit container images
|
||||||
run: |
|
run: |
|
||||||
mvn clean install -DskipTests && \
|
mvn clean install -DskipTests && \
|
||||||
cd docker/docker_build && \
|
cd docker/docker && \
|
||||||
chmod +x build_dev.sh && \
|
chmod +x build_dev.sh && \
|
||||||
./build_dev.sh && \
|
./build_dev.sh && \
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|||||||
Reference in New Issue
Block a user