Skip to content

Commit 79569a1

Browse files
authored
Merge pull request #375 from solidnerd/dependabot/github_actions/docker/build-push-action-4
chore(deps): bump docker/build-push-action from 3 to 4
2 parents 359f17b + 62976b8 commit 79569a1

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)