|
|
@@ -12,8 +12,8 @@ jobs:
|
|
|
docker-build:
|
|
|
runs-on: ubuntu-24.04
|
|
|
steps:
|
|
|
- - uses: docker/setup-qemu-action@v4.1.0
|
|
|
- - uses: docker/setup-buildx-action@v4.1.0
|
|
|
+ - uses: docker/setup-qemu-action@v4.2.0
|
|
|
+ - uses: docker/setup-buildx-action@v4.2.0
|
|
|
# > 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. [...]
|
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
# https://github.com/marketplace/actions/build-and-push-docker-images
|
|
|
# > The commit history is not preserved.
|
|
|
# https://docs.docker.com/engine/reference/commandline/build/#git-repositories
|
|
|
- - uses: docker/build-push-action@v7.2.0
|
|
|
+ - uses: docker/build-push-action@v7.3.0
|
|
|
with:
|
|
|
build-args: | # git history unavailable (see above)
|
|
|
SETUPTOOLS_SCM_PRETEND_VERSION=0
|