File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 username : ${{ github.actor }}
2929 password : ${{ secrets.GITHUB_TOKEN }}
3030 - name : Build image
31- uses : docker/build-push-action@v6.17 .0
31+ uses : docker/build-push-action@v6.18 .0
3232 with :
3333 file : staging/Dockerfile.${{ matrix.type }}.staging
3434 platforms : linux/amd64
8282 username : ${{ github.actor }}
8383 password : ${{ secrets.GITHUB_TOKEN }}
8484 - name : Build image
85- uses : docker/build-push-action@v6.17 .0
85+ uses : docker/build-push-action@v6.18 .0
8686 with :
8787 context : .
8888 file : Dockerfile.${{ matrix.type }}
@@ -115,7 +115,7 @@ jobs:
115115 username : ${{ github.actor }}
116116 password : ${{ secrets.GITHUB_TOKEN }}
117117 - name : Build image
118- uses : docker/build-push-action@v6.17 .0
118+ uses : docker/build-push-action@v6.18 .0
119119 with :
120120 file : Dockerfile.ubuntu.${{ matrix.arch }}
121121 platforms : linux/amd64
Original file line number Diff line number Diff line change 2828 username : ${{ github.actor }}
2929 password : ${{ secrets.GITHUB_TOKEN }}
3030 - name : Build image
31- uses : docker/build-push-action@v6.17 .0
31+ uses : docker/build-push-action@v6.18 .0
3232 with :
3333 file : staging/Dockerfile.${{ matrix.type }}.staging
3434 platforms : linux/amd64
8484 username : ${{ github.actor }}
8585 password : ${{ secrets.GITHUB_TOKEN }}
8686 - name : Build image
87- uses : docker/build-push-action@v6.17 .0
87+ uses : docker/build-push-action@v6.18 .0
8888 with :
8989 context : .
9090 file : Dockerfile.${{ matrix.type }}
@@ -120,7 +120,7 @@ jobs:
120120 username : ${{ github.actor }}
121121 password : ${{ secrets.GITHUB_TOKEN }}
122122 - name : Build image
123- uses : docker/build-push-action@v6.17 .0
123+ uses : docker/build-push-action@v6.18 .0
124124 with :
125125 file : Dockerfile.ubuntu.${{ matrix.arch }}
126126 platforms : linux/amd64
You can’t perform that action at this time.
0 commit comments