Skip to content

Commit 691d975

Browse files
chore(deps): bump docker/build-push-action from 6.19.1 to 6.19.2
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.1 to 6.19.2. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.19.1...v6.19.2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 416bcf0 commit 691d975

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
fi
214214
- if: inputs.cache == false && !inputs.ssh-agent
215215
name: Build (no cache)
216-
uses: docker/build-push-action@v6.19.1
216+
uses: docker/build-push-action@v6.19.2
217217
with:
218218
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
219219
context: ${{ inputs.context }}
@@ -225,7 +225,7 @@ jobs:
225225
outputs: type=docker
226226
- if: inputs.cache == true && !inputs.ssh-agent
227227
name: Build (with cache)
228-
uses: docker/build-push-action@v6.19.1
228+
uses: docker/build-push-action@v6.19.2
229229
with:
230230
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
231231
context: ${{ inputs.context }}
@@ -239,7 +239,7 @@ jobs:
239239
cache-to: type=registry,ref=${{ inputs.registry-url }}/${{ inputs.name }}:${{ inputs.cache-tag }},mode=max,ignore-error=true
240240
- if: inputs.cache == false && inputs.ssh-agent
241241
name: Build (no cache)
242-
uses: docker/build-push-action@v6.19.1
242+
uses: docker/build-push-action@v6.19.2
243243
with:
244244
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
245245
context: ${{ inputs.context }}
@@ -253,7 +253,7 @@ jobs:
253253
default=${{ env.SSH_AUTH_SOCK }}
254254
- if: inputs.cache == true && inputs.ssh-agent
255255
name: Build (with cache)
256-
uses: docker/build-push-action@v6.19.1
256+
uses: docker/build-push-action@v6.19.2
257257
with:
258258
file: ${{ inputs.context }}/${{ inputs.dockerfile }}
259259
context: ${{ inputs.context }}

0 commit comments

Comments
 (0)