File tree 3 files changed +5
-5
lines changed
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@v4
27
+ uses : docker/build-push-action@v5
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@v4
115
+ uses : docker/build-push-action@v5
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@v4
27
+ uses : docker/build-push-action@v5
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@v4
27
+ uses : docker/build-push-action@v5
28
28
with :
29
29
context : .
30
30
file : ./Dockerfile
@@ -118,7 +118,7 @@ jobs:
118
118
password : ${{ secrets.CR_PAT }}
119
119
120
120
- name : Build and Push master
121
- uses : docker/build-push-action@v4
121
+ uses : docker/build-push-action@v5
122
122
with :
123
123
context : .
124
124
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments