Skip to content

Commit b0704c3

Browse files
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcd3d3e commit b0704c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
type=raw,value=${{ needs.version.outputs.Major }}
7676
7777
- name: Build and export to Docker
78-
uses: docker/build-push-action@v6
78+
uses: docker/build-push-action@v7
7979
with:
8080
load: true
8181
tags: middleware:test
@@ -97,7 +97,7 @@ jobs:
9797
password: ${{ secrets.DOCKERHUB_TOKEN }}
9898

9999
- name: Build and Push
100-
uses: docker/build-push-action@v6
100+
uses: docker/build-push-action@v7
101101
with:
102102
push: ${{ github.event_name != 'pull_request' }}
103103
tags: ${{ steps.metadata.outputs.tags }}

0 commit comments

Comments
 (0)