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 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments