Skip to content

Commit 88507bf

Browse files
dependabot[bot]bznein
authored andcommitted
chore(deps): bump docker/build-push-action from 5.4.0 to 6.0.0 (#6617)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@ca052bb...c382f71) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47ba26b commit 88507bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
images: ${{ env.REGISTRY }}/cosmos/${{ env.IMAGE_NAME }}
2929

3030
- name: Build Docker image
31-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
31+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
3232
with:
3333
context: .
3434
tags: ${{ steps.meta.outputs.tags }}
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.GITHUB_TOKEN }}
4747

4848
- name: Push Docker image
49-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
49+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
5050
with:
5151
context: .
5252
push: true

.github/workflows/e2e-test-workflow-call.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Build and push Docker image
129129
if: ${{ inputs.build-and-push-docker-image }}
130-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
130+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
131131
with:
132132
context: .
133133
push: true
@@ -174,7 +174,7 @@ jobs:
174174

175175
- name: Build and push Docker image
176176
if: ${{ inputs.build-and-push-docker-image-wasm }}
177-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
177+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
178178
with:
179179
context: .
180180
push: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
images: ${{ env.REGISTRY }}/cosmos/${{ env.IMAGE_NAME }}
5353

5454
- name: Build and push Docker image
55-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
55+
uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318
5656
with:
5757
context: .
5858
push: true

0 commit comments

Comments
 (0)