mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
fix platform tags in github actions
This commit is contained in:
parent
84c8ed5bd5
commit
271e1045a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-release.yaml
vendored
2
.github/workflows/publish-release.yaml
vendored
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
context: ./docker/production
|
||||
tags: |
|
||||
${{ steps.gathervars.outputs.TAG }}
|
||||
platforms: linux/amd64,linux/arm64,linux/arm32v7
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue