Skip to content

Commit

Permalink
ci: bump to docker/build-push-action v6
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Dec 4, 2024
1 parent 879aa5c commit 3d94713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
id: push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: '.'
platforms: linux/amd64,linux/arm64 # linux/riscv64 not yet supported by the base image
Expand Down

0 comments on commit 3d94713

Please sign in to comment.