|
@@ -17,7 +17,7 @@ jobs:
|
|
# > will be done directly by buildkit. [...]
|
|
# > will be done directly by buildkit. [...]
|
|
# > any file mutation in the steps that precede [...] will be ignored
|
|
# > any file mutation in the steps that precede [...] will be ignored
|
|
# https://github.com/marketplace/actions/build-and-push-docker-images
|
|
# https://github.com/marketplace/actions/build-and-push-docker-images
|
|
- - uses: docker/build-push-action@v6.15.0
|
|
|
|
|
|
+ - uses: docker/build-push-action@v6.18.0
|
|
with:
|
|
with:
|
|
platforms: |
|
|
platforms: |
|
|
linux/amd64
|
|
linux/amd64
|
|
@@ -34,5 +34,5 @@ jobs:
|
|
# https://docs.docker.com/engine/reference/commandline/buildx_build/#output
|
|
# https://docs.docker.com/engine/reference/commandline/buildx_build/#output
|
|
# https://github.com/opencontainers/image-spec
|
|
# https://github.com/opencontainers/image-spec
|
|
outputs: type=oci,dest=oci-container-image.tar
|
|
outputs: type=oci,dest=oci-container-image.tar
|
|
- - uses: actions/upload-artifact@v4.6.1
|
|
|
|
|
|
+ - uses: actions/upload-artifact@v4.6.2
|
|
with: {path: oci-container-image.tar}
|
|
with: {path: oci-container-image.tar}
|