Skip to content

Commit 55901b5

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 8875af1 commit 55901b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
type=sha
3737
3838
- name: '[docker] Docker build'
39-
uses: docker/build-push-action@v6
39+
uses: docker/build-push-action@v7
4040
with:
4141
context: ${{ env.DOCKER_META_CONTEXT }}
4242
file: ${{ env.DOCKER_META_FILE }}
@@ -67,7 +67,7 @@ jobs:
6767
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
6868
6969
- name: '[docker-hub] Docker build+push'
70-
uses: docker/build-push-action@v6
70+
uses: docker/build-push-action@v7
7171
if: github.event_name != 'pull_request' && steps.meta-public.outputs.tags != ''
7272
with:
7373
context: ${{ env.DOCKER_META_CONTEXT }}

0 commit comments

Comments
 (0)