Skip to content

Commit 2ed68ac

Browse files
dependabot[bot]mrueg
authored andcommitted
build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4013d21 commit 2ed68ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
id: extract_tag
114114

115115
- name: Build and push - New Push
116-
uses: docker/build-push-action@v5
116+
uses: docker/build-push-action@v6
117117
if: ${{ startsWith(github.ref, 'refs/tags/v') != true && github.event_name != 'pull_request' }}
118118
with:
119119
context: .
@@ -130,7 +130,7 @@ jobs:
130130
tags: cloudnativelabs/kube-router-git:${{ steps.extract_branch.outputs.branch }}
131131

132132
- name: Build and push - New PR
133-
uses: docker/build-push-action@v5
133+
uses: docker/build-push-action@v6
134134
if: github.event_name == 'pull_request'
135135
with:
136136
context: .
@@ -144,7 +144,7 @@ jobs:
144144

145145
# Tagging a release candidate, don't update latest
146146
- name: Build and push - New Tag (Release Candidate)
147-
uses: docker/build-push-action@v5
147+
uses: docker/build-push-action@v6
148148
if: ${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-rc') }}
149149
with:
150150
context: .
@@ -163,7 +163,7 @@ jobs:
163163
164164
# Tagging a proper release, update latest
165165
- name: Build and push - New Tag
166-
uses: docker/build-push-action@v5
166+
uses: docker/build-push-action@v6
167167
if: ${{ startsWith(github.ref, 'refs/tags/v') && ! contains(github.ref, '-rc') }}
168168
with:
169169
context: .

0 commit comments

Comments
 (0)