Skip to content

Commit 2037bf5

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92e939c commit 2037bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
images: ${{ vars.DOCKER_LOGIN_SERVER }}/${{ env.IMAGE_NAME }}
5252

5353
- name: Build Docker Image
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
id: build
5656
with:
5757
context: src/SampleApi
@@ -74,7 +74,7 @@ jobs:
7474
TRIVY_PASSWORD: Password
7575

7676
- name: Build Docker Image
77-
uses: docker/build-push-action@v5
77+
uses: docker/build-push-action@v6
7878
id: build-and-push
7979
with:
8080
context: src/SampleApi

0 commit comments

Comments
 (0)