Skip to content

Commit 8b61d5b

Browse files
build(deps): bump docker/build-push-action from 4 to 5 (#462)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <[email protected]>
1 parent 4c19ed6 commit 8b61d5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
type=ref,event=branch
134134
type=ref,event=pr
135135
- name: Build and push main
136-
uses: docker/build-push-action@v4
136+
uses: docker/build-push-action@v5
137137
with:
138138
context: .
139139
file: docker/Dockerfile
@@ -153,7 +153,7 @@ jobs:
153153
type=ref,event=branch
154154
type=ref,event=pr
155155
- name: Build and push dev
156-
uses: docker/build-push-action@v4
156+
uses: docker/build-push-action@v5
157157
with:
158158
context: .
159159
file: docker/Dockerfile

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
tags: |
5858
type=pep440,pattern={{version}}
5959
- name: Build and push main
60-
uses: docker/build-push-action@v4
60+
uses: docker/build-push-action@v5
6161
with:
6262
context: .
6363
file: docker/Dockerfile
@@ -76,7 +76,7 @@ jobs:
7676
tags: |
7777
type=pep440,pattern={{version}}
7878
- name: Build and push dev
79-
uses: docker/build-push-action@v4
79+
uses: docker/build-push-action@v5
8080
with:
8181
context: .
8282
file: docker/Dockerfile

0 commit comments

Comments
 (0)