mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 04:55:42 -04:00
ci: add arch tag to each release
This commit is contained in:
8
.github/workflows/deploy-docker-gitea.yml
vendored
8
.github/workflows/deploy-docker-gitea.yml
vendored
@@ -344,6 +344,9 @@ jobs:
|
||||
|
||||
# tag add tag-arm64
|
||||
type=ref,enable=${{ github.event_name == 'pull_request' || github.event_name == 'push' }},priority=600,prefix=,suffix=-arm64,event=tag
|
||||
|
||||
# tag add arm64
|
||||
type=raw,enable=false,priority=100,value=arm64
|
||||
flavor: |
|
||||
latest=false
|
||||
labels: |
|
||||
@@ -598,11 +601,14 @@ jobs:
|
||||
# dispatch add amd64-development
|
||||
type=raw,enable=${{ github.event_name == 'workflow_dispatch' && inputs.DEV_RELEASE == true }},priority=300,prefix=,suffix=-amd64,value=development
|
||||
|
||||
# tag add tag-arm64
|
||||
# tag add tag-amd64
|
||||
type=ref,enable=${{ github.event_name == 'pull_request' || github.event_name == 'push' }},priority=600,prefix=,suffix=-amd64,event=tag
|
||||
|
||||
# add development tag to default architecture (amd64)
|
||||
type=raw,enable=${{ inputs.DEV_RELEASE }},priority=400,prefix=,suffix=,value=development
|
||||
|
||||
# tag add amd64
|
||||
type=raw,enable=false,priority=100,value=amd64
|
||||
flavor: |
|
||||
latest=${{ !inputs.DEV_RELEASE }}
|
||||
labels: |
|
||||
|
||||
Reference in New Issue
Block a user