This commit is contained in:
nil957 2026-05-28 17:26:12 -04:00 committed by GitHub
commit b3a6df223d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -39,11 +39,14 @@ jobs:
type=sha
type=raw,value=latest
- name: Build and push
uses: docker/build-push-action@v5
- name: Build and push (multi-platform)
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max