Skip to content

Commit 18100c6

Browse files
authored
Merge pull request #435 from solidnerd/renovate/docker-build-push-action-5.x
Update docker/build-push-action action to v5
2 parents bc24f7a + e4f53e9 commit 18100c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/master.yml

+2-2
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@v4
27+
uses: docker/build-push-action@v5
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@v4
115+
uses: docker/build-push-action@v5
116116
with:
117117
context: .
118118
file: ./Dockerfile

.github/workflows/pr.yml

+1-1
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@v4
27+
uses: docker/build-push-action@v5
2828
with:
2929
context: .
3030
file: ./Dockerfile

.github/workflows/release.yml

+2-2
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@v4
27+
uses: docker/build-push-action@v5
2828
with:
2929
context: .
3030
file: ./Dockerfile
@@ -118,7 +118,7 @@ jobs:
118118
password: ${{ secrets.CR_PAT }}
119119

120120
- name: Build and Push master
121-
uses: docker/build-push-action@v4
121+
uses: docker/build-push-action@v5
122122
with:
123123
context: .
124124
file: ./Dockerfile

0 commit comments

Comments
 (0)