mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
update workflow
This commit is contained in:
@@ -156,11 +156,15 @@ jobs:
|
|||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
type=sha
|
type=sha
|
||||||
|
|
||||||
|
- name: echo output tags
|
||||||
|
run: |
|
||||||
|
echo "${{ steps.meta.outputs.tags }}"
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm
|
platforms: linux/amd64,linux/arm
|
||||||
push: true
|
push: true
|
||||||
tags: swing-opensource/swingmusic:${{ inputs.tag}}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}w
|
labels: ${{ steps.meta.outputs.labels }}w
|
||||||
|
|||||||
Reference in New Issue
Block a user