File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 password : ${{ secrets.GITHUB_TOKEN }}
2525
2626 - name : Build and Push the Image
27- uses : docker/build-push-action@v5
27+ uses : docker/build-push-action@v6
2828 with :
2929 context : ./${{inputs.image_name}}
3030 push : true
Original file line number Diff line number Diff line change 4646 password : ${{ secrets.GITHUB_TOKEN }}
4747
4848 - name : Build and Push the Image
49- uses : docker/build-push-action@v2
49+ uses : docker/build-push-action@v6
5050 with :
5151 context : /home/runner/work/UTMStack/UTMStack/${{inputs.image_name}}/
5252 push : true
Original file line number Diff line number Diff line change 3939 password : ${{ secrets.GITHUB_TOKEN }}
4040
4141 - name : Build and Push the Image
42- uses : docker/build-push-action@v5
42+ uses : docker/build-push-action@v6
4343 with :
4444 context : ./${{inputs.image_name}}
4545 push : true
Original file line number Diff line number Diff line change 4747 password : ${{ secrets.GITHUB_TOKEN }}
4848
4949 - name : Build and Push the Image
50- uses : docker/build-push-action@v5
50+ uses : docker/build-push-action@v6
5151 with :
5252 context : /home/runner/work/UTMStack/UTMStack/${{inputs.image_name}}/
5353 push : true
Original file line number Diff line number Diff line change 3737 password : ${{ secrets.GITHUB_TOKEN }}
3838
3939 - name : Build and Push the Image
40- uses : docker/build-push-action@v5
40+ uses : docker/build-push-action@v6
4141 with :
4242 context : /home/runner/work/UTMStack/UTMStack/${{inputs.image_name}}/
4343 push : true
You can’t perform that action at this time.
0 commit comments