|
@@ -11,13 +11,13 @@ jobs:
|
|
|
runs-on: ubuntu-20.04
|
|
|
steps:
|
|
|
- uses: docker/setup-qemu-action@v3.2.0
|
|
|
- - uses: docker/setup-buildx-action@v3.6.1
|
|
|
+ - uses: docker/setup-buildx-action@v3.7.1
|
|
|
# > By default, this action uses the Git context so you don't need to use
|
|
|
# > the actions/checkout action to checkout the repository because this
|
|
|
# > will be done directly by buildkit. [...]
|
|
|
# > any file mutation in the steps that precede [...] will be ignored
|
|
|
# https://github.com/marketplace/actions/build-and-push-docker-images
|
|
|
- - uses: docker/build-push-action@v6.6.1
|
|
|
+ - uses: docker/build-push-action@v6.9.0
|
|
|
with:
|
|
|
platforms: |
|
|
|
linux/amd64
|
|
@@ -34,5 +34,5 @@ jobs:
|
|
|
# https://docs.docker.com/engine/reference/commandline/buildx_build/#output
|
|
|
# https://github.com/opencontainers/image-spec
|
|
|
outputs: type=oci,dest=oci-container-image.tar
|
|
|
- - uses: actions/upload-artifact@v4.3.6
|
|
|
+ - uses: actions/upload-artifact@v4.4.3
|
|
|
with: {path: oci-container-image.tar}
|