Skip to content

Commit 634d008

Browse files
dependabot[bot]khaneliman
authored andcommitted
.github: bump docker/build-push-action from 5.4.0 to 6.0.2
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.4.0...v6.0.2) --- 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 d5e59f5 commit 634d008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-webapi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Build and push Docker image with Buildx (don't push on PR)
6363
# https://github.com/docker/build-push-action
6464
- name: Build and push Docker image
65-
uses: docker/build-push-action@v5.4.0
65+
uses: docker/build-push-action@v6.0.2
6666
with:
6767
context: WebApi/
6868
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/docker-webapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Build and push Docker image with Buildx (don't push on PR)
6363
# https://github.com/docker/build-push-action
6464
- name: Build and push Docker image
65-
uses: docker/build-push-action@v5.4.0
65+
uses: docker/build-push-action@v6.0.2
6666
with:
6767
context: WebApp/
6868
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)