File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8080 file : build/Dockerfile
8181 platforms : linux/amd64,linux/arm64
8282 tags : litmuschaos/go-runner:ci
83+ build-args : LITMUS_VERSION=3.10.0
8384
8485 trivy :
8586 needs : pre-checks
9192
9293 - name : Build an image from Dockerfile
9394 run : |
94- docker build -f build/Dockerfile -t docker.io/litmuschaos/go-runner:${{ github.sha }} . --build-arg TARGETARCH=amd64
95+ docker build -f build/Dockerfile -t docker.io/litmuschaos/go-runner:${{ github.sha }} . --build-arg TARGETARCH=amd64 --build-arg LITMUS_VERSION=3.10.0
9596
9697 - name : Run Trivy vulnerability scanner
9798 uses : aquasecurity/trivy-action@master
Original file line number Diff line number Diff line change 6969 push : true
7070 file : build/Dockerfile
7171 platforms : linux/amd64,linux/arm64
72- tags : litmuschaos/go-runner:ci
72+ tags : litmuschaos/go-runner:ci
73+ build-args : LITMUS_VERSION=3.10.0
Original file line number Diff line number Diff line change 6767 push : true
6868 file : build/Dockerfile
6969 platforms : linux/amd64,linux/arm64
70- tags : litmuschaos/go-runner:${{ env.RELEASE_TAG }},litmuschaos/go-runner:latest
70+ tags : litmuschaos/go-runner:${{ env.RELEASE_TAG }},litmuschaos/go-runner:latest
71+ build-args : LITMUS_VERSION=3.10.0
You can’t perform that action at this time.
0 commit comments