Skip to content

Commit 6e72634

Browse files
authored
Merge pull request #1465 from plus3it/dependabot/github_actions/docker/build-push-action-7.1.0
build(deps): Bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents 3adad0f + e787566 commit 6e72634

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
@@ -64,7 +64,7 @@ jobs:
6464
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
6565

6666
- name: Build and export
67-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
67+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
6868
with:
6969
context: .
7070
load: true
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Push to registries
8787
if: github.event_name != 'pull_request'
88-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
88+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
8989
with:
9090
push: true
9191
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)