Skip to content

Commit c8cd24f

Browse files
Merge pull request #19058 from Homebrew/dependabot/github_actions/docker/build-push-action-6.11.0
build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0
2 parents 05cd656 + 9bea2bb commit c8cd24f

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
@@ -107,7 +107,7 @@ jobs:
107107
password: ${{ secrets.GITHUB_TOKEN }}
108108

109109
- name: Build Docker image
110-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
110+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
111111
with:
112112
context: .
113113
load: true
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Deploy the tagged Docker image
138138
if: steps.attributes.outputs.push == 'true'
139-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
139+
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
140140
with:
141141
context: .
142142
push: true

0 commit comments

Comments
 (0)