mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore: use yaml list notation for platforms
Co-authored-by: dai <daimondmailtm@gmail.com>
This commit is contained in:
parent
38bc042da3
commit
14962ee864
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -173,7 +173,9 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/pesde-pkg/registry:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue