Skip to content

Commit 73a3df6

Browse files
build(deps): Bump docker/build-push-action from 6.16.0 to 6.17.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.17.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@14487ce...1dc7386) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5de150 commit 73a3df6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
6363

6464
- name: Build and export
65-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
65+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
6666
with:
6767
context: .
6868
load: true
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Push to registries
7878
if: github.event_name != 'pull_request'
79-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
79+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0
8080
with:
8181
push: true
8282
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)