File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
username : ${{ github.actor }}
28
28
password : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Build and push
30
- uses : docker/build-push-action@v5
30
+ uses : docker/build-push-action@v6
31
31
with :
32
32
context : ./mysql
33
33
file : ./mysql/latest.dockerfile
Original file line number Diff line number Diff line change 27
27
username : ${{ github.actor }}
28
28
password : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Build and push
30
- uses : docker/build-push-action@v5
30
+ uses : docker/build-push-action@v6
31
31
with :
32
32
context : ./nginx
33
33
file : ./nginx/latest.dockerfile
Original file line number Diff line number Diff line change 27
27
username : ${{ github.actor }}
28
28
password : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Build and push
30
- uses : docker/build-push-action@v5
30
+ uses : docker/build-push-action@v6
31
31
with :
32
32
context : ./php
33
33
file : ./php/8.0-cli.dockerfile
52
52
username : ${{ github.actor }}
53
53
password : ${{ secrets.GITHUB_TOKEN }}
54
54
- name : Build and push
55
- uses : docker/build-push-action@v5
55
+ uses : docker/build-push-action@v6
56
56
with :
57
57
context : ./php
58
58
file : ./php/8.0-fpm.dockerfile
Original file line number Diff line number Diff line change 27
27
username : ${{ github.actor }}
28
28
password : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Build and push
30
- uses : docker/build-push-action@v5
30
+ uses : docker/build-push-action@v6
31
31
with :
32
32
context : ./php
33
33
file : ./php/8.1-cli.dockerfile
52
52
username : ${{ github.actor }}
53
53
password : ${{ secrets.GITHUB_TOKEN }}
54
54
- name : Build and push
55
- uses : docker/build-push-action@v5
55
+ uses : docker/build-push-action@v6
56
56
with :
57
57
context : ./php
58
58
file : ./php/8.1-fpm.dockerfile
Original file line number Diff line number Diff line change 27
27
username : ${{ github.actor }}
28
28
password : ${{ secrets.GITHUB_TOKEN }}
29
29
- name : Build and push
30
- uses : docker/build-push-action@v5
30
+ uses : docker/build-push-action@v6
31
31
with :
32
32
context : ./php
33
33
file : ./php/8.2-cli.dockerfile
54
54
username : ${{ github.actor }}
55
55
password : ${{ secrets.GITHUB_TOKEN }}
56
56
- name : Build and push
57
- uses : docker/build-push-action@v5
57
+ uses : docker/build-push-action@v6
58
58
with :
59
59
context : ./php
60
60
file : ./php/8.2-fpm.dockerfile
You can’t perform that action at this time.
0 commit comments