File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 # Only amd64, since we're just building a container
3333 # to be used below in the GH action runner.
3434 - name : Build and publish Docker image
35- uses : docker/build-push-action@v5
35+ uses : docker/build-push-action@v6
3636 with :
3737 # Cache layers from the container repo.
3838 # This minimizes the amount of times we have to rebuild pandoc.
Original file line number Diff line number Diff line change 2828
2929 # Set up QEMU for cross-platform builds below
3030 - name : Set up QEMU
31- uses : docker/setup-qemu-action@v3.2.0
31+ uses : docker/setup-qemu-action@v3
3232 with :
3333 image : tonistiigi/binfmt:latest
3434 platforms : all
5050 # Build and push Docker image with Buildx
5151 # https://github.com/docker/build-push-action
5252 - name : Build and publish Docker image
53- uses : docker/build-push-action@v5
53+ uses : docker/build-push-action@v6
5454 with :
5555 # Cache layers from the container repo.
5656 # Update the cache only on pushes to main.
Original file line number Diff line number Diff line change 2828
2929 # Set up QEMU for cross-platform builds below
3030 - name : Set up QEMU
31- uses : docker/setup-qemu-action@v3.2.0
31+ uses : docker/setup-qemu-action@v3
3232 with :
3333 image : tonistiigi/binfmt:latest
3434 platforms : all
5050 # Build and push Docker image with Buildx
5151 # https://github.com/docker/build-push-action
5252 - name : Build and publish Docker image
53- uses : docker/build-push-action@v5
53+ uses : docker/build-push-action@v6
5454 with :
5555 # Cache layers from the container repo.
5656 # Update the cache only on pushes to main.
You can’t perform that action at this time.
0 commit comments