Skip to content

Commit 987b6f1

Browse files
authored
Merge pull request #1232 from plus3it/dependabot/github_actions/docker/build-push-action-6.18.0
build(deps): Bump docker/build-push-action from 6.17.0 to 6.18.0
2 parents 3346229 + c2e7027 commit 987b6f1

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@1dc73863535b631f98b2378be8619f83b136f4a0
65+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
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@1dc73863535b631f98b2378be8619f83b136f4a0
79+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
8080
with:
8181
push: true
8282
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)