Skip to content

Commit 05352ac

Browse files
dependabot[bot]khaneliman
authored andcommitted
.github: Bump docker/build-push-action from 6.7.0 to 6.8.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 434a41e commit 05352ac

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@v6.7.0
65+
uses: docker/build-push-action@v6.8.0
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@v6.7.0
65+
uses: docker/build-push-action@v6.8.0
6666
with:
6767
context: WebApp/
6868
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)