File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
- name : Build and docker image with latest tag
44
44
uses : docker/build-push-action@v5
45
45
with :
46
- file : jdk-11/dind /Dockerfile
46
+ file : jdk-11/tf-deploy /Dockerfile
47
47
push : true
48
48
platforms : linux/amd64,linux/arm64
49
49
tags : |
52
52
- name : Build wand docker image with tag
53
53
uses : docker/build-push-action@v6
54
54
with :
55
- file : jdk-11/dind /Dockerfile
55
+ file : jdk-11/tf-deploy /Dockerfile
56
56
push : true
57
57
platforms : linux/amd64,linux/arm64
58
58
tags : |
63
63
- run : |
64
64
set -x
65
65
docker version
66
- docker run -v /var/run/docker.sock:/var/run/docker.sock aquasec/trivy image ${{ secrets.DOCKERHUB_USERNAME }}/jenkins-slave-tf-deploy-jdk11-image:latest
66
+ docker run -v /var/run/docker.sock:/var/run/docker.sock aquasec/trivy image ${{ secrets.DOCKERHUB_USERNAME }}/jenkins-slave-tf-deploy-jdk11-image:latest
You can’t perform that action at this time.
0 commit comments