We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a6195a + 2037bf5 commit 897c72bCopy full SHA for 897c72b
.github/workflows/docker-image.yml
100755
100644
@@ -51,7 +51,7 @@ jobs:
51
images: ${{ vars.DOCKER_LOGIN_SERVER }}/${{ env.IMAGE_NAME }}
52
53
- name: Build Docker Image
54
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
55
id: build
56
with:
57
context: src/SampleApi
@@ -74,7 +74,7 @@ jobs:
74
TRIVY_PASSWORD: Password
75
76
77
78
id: build-and-push
79
80
0 commit comments