Skip to content

Commit 62976b8

Browse files
chore(deps): bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 359f17b commit 62976b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525

2626
- name: Build Image
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v4
2828
with:
2929
context: .
3030
file: ./Dockerfile
@@ -112,7 +112,7 @@ jobs:
112112
password: ${{ secrets.CR_PAT }}
113113

114114
- name: Build and Push
115-
uses: docker/build-push-action@v3
115+
uses: docker/build-push-action@v4
116116
with:
117117
context: .
118118
file: ./Dockerfile

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525

2626
- name: Build and push Dev
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v4
2828
with:
2929
context: .
3030
file: ./Dockerfile

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v2
2525

2626
- name: Build and push Dev
27-
uses: docker/build-push-action@v3
27+
uses: docker/build-push-action@v4
2828
with:
2929
context: .
3030
file: ./Dockerfile
@@ -109,7 +109,7 @@ jobs:
109109
password: ${{ secrets.CR_PAT }}
110110

111111
- name: Build and Push master
112-
uses: docker/build-push-action@v3
112+
uses: docker/build-push-action@v4
113113
with:
114114
context: .
115115
file: ./Dockerfile

0 commit comments

Comments
 (0)