File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
username : ${{ github.actor }}
63
63
password : ${{ secrets.GITHUB_TOKEN }}
64
64
- id : push
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
context : modules
68
68
file : modules/api/Dockerfile
Original file line number Diff line number Diff line change 62
62
username : ${{ github.actor }}
63
63
password : ${{ secrets.GITHUB_TOKEN }}
64
64
- id : push
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
context : modules
68
68
file : modules/auth/Dockerfile
Original file line number Diff line number Diff line change 62
62
username : ${{ github.actor }}
63
63
password : ${{ secrets.GITHUB_TOKEN }}
64
64
- id : push
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
context : modules
68
68
file : modules/metrics-scraper/Dockerfile
Original file line number Diff line number Diff line change 62
62
username : ${{ github.actor }}
63
63
password : ${{ secrets.GITHUB_TOKEN }}
64
64
- id : push
65
- uses : docker/build-push-action@v5
65
+ uses : docker/build-push-action@v6
66
66
with :
67
67
context : .
68
68
file : modules/web/Dockerfile
You can’t perform that action at this time.
0 commit comments