|
|
@@ -25,13 +25,13 @@ jobs:
|
|
|
type=ref,event=pr
|
|
|
type=sha,format=long
|
|
|
type=raw,value=latest,enable=false
|
|
|
- - uses: docker/setup-qemu-action@v4.0.0
|
|
|
+ - uses: docker/setup-qemu-action@v4.1.0
|
|
|
- uses: docker/login-action@v4
|
|
|
with:
|
|
|
registry: ghcr.io
|
|
|
username: ${{ github.actor }}
|
|
|
password: ${{ secrets.GITHUB_TOKEN }}
|
|
|
- - uses: docker/setup-buildx-action@v4.0.0
|
|
|
+ - uses: docker/setup-buildx-action@v4.1.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. [...]
|
|
|
@@ -40,7 +40,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.1.0
|
|
|
+ - uses: docker/build-push-action@v7.2.0
|
|
|
with:
|
|
|
platforms: |
|
|
|
linux/amd64
|