Skip to content

Commit 2da2f3a

Browse files
Update build-publish-jdk11-tf-depoy-image.yaml fixed file issue
1 parent b313026 commit 2da2f3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-publish-jdk11-tf-depoy-image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and docker image with latest tag
4444
uses: docker/build-push-action@v5
4545
with:
46-
file: jdk-11/dind/Dockerfile
46+
file: jdk-11/tf-deploy/Dockerfile
4747
push: true
4848
platforms: linux/amd64,linux/arm64
4949
tags: |
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build wand docker image with tag
5353
uses: docker/build-push-action@v6
5454
with:
55-
file: jdk-11/dind/Dockerfile
55+
file: jdk-11/tf-deploy/Dockerfile
5656
push: true
5757
platforms: linux/amd64,linux/arm64
5858
tags: |
@@ -63,4 +63,4 @@ jobs:
6363
- run: |
6464
set -x
6565
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

0 commit comments

Comments
 (0)