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 20
20
- name : Set up Docker Buildx
21
21
uses : docker/setup-buildx-action@v2
22
22
- name : Build Image
23
- uses : docker/build-push-action@v2
23
+ uses : docker/build-push-action@v3
24
24
with :
25
25
context : .
26
26
file : ./Dockerfile
94
94
username : ${{ github.repository_owner }}
95
95
password : ${{ secrets.CR_PAT }}
96
96
- name : Build and Push
97
- uses : docker/build-push-action@v2
97
+ uses : docker/build-push-action@v3
98
98
with :
99
99
context : .
100
100
file : ./Dockerfile
Original file line number Diff line number Diff line change 20
20
- name : Set up Docker Buildx
21
21
uses : docker/setup-buildx-action@v2
22
22
- name : Build and push Dev
23
- uses : docker/build-push-action@v2
23
+ uses : docker/build-push-action@v3
24
24
with :
25
25
context : .
26
26
file : ./Dockerfile
Original file line number Diff line number Diff line change 20
20
- name : Set up Docker Buildx
21
21
uses : docker/setup-buildx-action@v2
22
22
- name : Build and push Dev
23
- uses : docker/build-push-action@v2
23
+ uses : docker/build-push-action@v3
24
24
with :
25
25
context : .
26
26
file : ./Dockerfile
92
92
username : ${{ github.repository_owner }}
93
93
password : ${{ secrets.CR_PAT }}
94
94
- name : Build and Push master
95
- uses : docker/build-push-action@v2
95
+ uses : docker/build-push-action@v3
96
96
with :
97
97
context : .
98
98
file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments