Skip to content

Commit 5baf657

Browse files
build(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 (#2067)
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@601a80b...10e90e3) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa2c749 commit 5baf657

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-external-dns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
latest=true
3939
tags: |
4040
type=raw,value=${{ steps.vars.outputs.sha }}
41-
- uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
41+
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4242
id: push
4343
with:
4444
tags: |

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
latest=true
3939
tags: |
4040
type=raw,value=${{ steps.vars.outputs.sha }}
41-
- uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
41+
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4242
id: push
4343
with:
4444
tags: |
@@ -85,7 +85,7 @@ jobs:
8585
latest=true
8686
tags: |
8787
type=raw,value=${{ steps.vars.outputs.sha }}
88-
- uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
88+
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8989
id: push
9090
with:
9191
tags: |

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
latest=false
3939
tags: |
4040
type=raw,value=v${{ steps.vars.outputs.version }}
41-
- uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
41+
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4242
id: push
4343
with:
4444
tags: |
@@ -58,7 +58,7 @@ jobs:
5858
subject-name: ghcr.io/beryju/gravity
5959
subject-digest: ${{ steps.push.outputs.digest }}
6060
push-to-registry: true
61-
- uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
61+
- uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
6262
id: push-external-dns
6363
with:
6464
tags: |

0 commit comments

Comments
 (0)