Skip to content

Commit ef10568

Browse files
dependabot[bot]mrueg
authored andcommitted
build(deps): bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1811ae8 commit ef10568

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
id: extract_tag
115115

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

133133
- name: Build and push - New PR
134-
uses: docker/build-push-action@v4
134+
uses: docker/build-push-action@v5
135135
if: github.event_name == 'pull_request'
136136
with:
137137
context: .
@@ -145,7 +145,7 @@ jobs:
145145

146146
# Tagging a release candidate, don't update latest
147147
- name: Build and push - New Tag (Release Candidate)
148-
uses: docker/build-push-action@v4
148+
uses: docker/build-push-action@v5
149149
if: ${{ startsWith(github.ref, 'refs/tags/v') && contains(github.ref, '-rc') }}
150150
with:
151151
context: .
@@ -164,7 +164,7 @@ jobs:
164164
165165
# Tagging a proper release, update latest
166166
- name: Build and push - New Tag
167-
uses: docker/build-push-action@v4
167+
uses: docker/build-push-action@v5
168168
if: ${{ startsWith(github.ref, 'refs/tags/v') && ! contains(github.ref, '-rc') }}
169169
with:
170170
context: .

0 commit comments

Comments
 (0)