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 304d4d4 + 897c72b commit 55f8b38Copy full SHA for 55f8b38
.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
@@ -72,7 +72,7 @@ jobs:
72
TRIVY_USERNAME: Username
73
TRIVY_PASSWORD: Password
74
75
76
id: build-and-push
77
78
0 commit comments