File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080
8181 # NOTE: AMD64 can build within 2 minutes
8282 - name : ' Build images'
83- uses : docker/build-push-action@v6.17 .0
83+ uses : docker/build-push-action@v6.18 .0
8484 with :
8585 context : .
8686 # Build at least the AMD64 image (which runs against the test suite).
Original file line number Diff line number Diff line change 6767 password : ${{ secrets.GITHUB_TOKEN }}
6868
6969 - name : ' Build and publish images'
70- uses : docker/build-push-action@v6.17 .0
70+ uses : docker/build-push-action@v6.18 .0
7171 with :
7272 context : .
7373 build-args : |
Original file line number Diff line number Diff line change 4343 # Importing from the cache should create the image within approx 30 seconds:
4444 # NOTE: `qemu` step is not needed as we only test for AMD64.
4545 - name : ' Build AMD64 image from cache'
46- uses : docker/build-push-action@v6.17 .0
46+ uses : docker/build-push-action@v6.18 .0
4747 with :
4848 context : .
4949 tags : mailserver-testing:ci
Original file line number Diff line number Diff line change 4242 # Importing from the cache should create the image within approx 30 seconds:
4343 # NOTE: `qemu` step is not needed as we only test for AMD64.
4444 - name : ' Build AMD64 image from cache'
45- uses : docker/build-push-action@v6.17 .0
45+ uses : docker/build-push-action@v6.18 .0
4646 with :
4747 context : .
4848 tags : mailserver-testing:ci
You can’t perform that action at this time.
0 commit comments