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@v3
2525
2626 - name : Build Image
27- uses : docker/build-push-action@v5
27+ uses : docker/build-push-action@v6
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@v5
115+ uses : docker/build-push-action@v6
116116 with :
117117 context : .
118118 file : ./Dockerfile
Original file line number Diff line number Diff line change 2424 uses : docker/setup-buildx-action@v3
2525
2626 - name : Build and push Dev
27- uses : docker/build-push-action@v5
27+ uses : docker/build-push-action@v6
2828 with :
2929 context : .
3030 file : ./Dockerfile
Original file line number Diff line number Diff line change 2424 uses : docker/setup-buildx-action@v3
2525
2626 - name : Build and push Dev
27- uses : docker/build-push-action@v5
27+ uses : docker/build-push-action@v6
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@v5
121+ uses : docker/build-push-action@v6
122122 with :
123123 context : .
124124 file : ./Dockerfile
You can’t perform that action at this time.
0 commit comments