File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
uses : docker/setup-buildx-action@v2
25
25
26
26
- name : Build Image
27
- uses : docker/build-push-action@v3
27
+ uses : docker/build-push-action@v4
28
28
with :
29
29
context : .
30
30
file : ./Dockerfile
@@ -112,7 +112,7 @@ jobs:
112
112
password : ${{ secrets.CR_PAT }}
113
113
114
114
- name : Build and Push
115
- uses : docker/build-push-action@v3
115
+ uses : docker/build-push-action@v4
116
116
with :
117
117
context : .
118
118
file : ./Dockerfile
Original file line number Diff line number Diff line change 24
24
uses : docker/setup-buildx-action@v2
25
25
26
26
- name : Build and push Dev
27
- uses : docker/build-push-action@v3
27
+ uses : docker/build-push-action@v4
28
28
with :
29
29
context : .
30
30
file : ./Dockerfile
Original file line number Diff line number Diff line change 24
24
uses : docker/setup-buildx-action@v2
25
25
26
26
- name : Build and push Dev
27
- uses : docker/build-push-action@v3
27
+ uses : docker/build-push-action@v4
28
28
with :
29
29
context : .
30
30
file : ./Dockerfile
@@ -109,7 +109,7 @@ jobs:
109
109
password : ${{ secrets.CR_PAT }}
110
110
111
111
- name : Build and Push master
112
- uses : docker/build-push-action@v3
112
+ uses : docker/build-push-action@v4
113
113
with :
114
114
context : .
115
115
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments