mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 03:35:35 +00:00
update workflow
This commit is contained in:
parent
8637ad3d9c
commit
cbd164f854
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -156,10 +156,12 @@ jobs:
|
|||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
type=sha
|
type=sha
|
||||||
|
|
||||||
- name: echo output tags
|
- name: print directory
|
||||||
run: |
|
run: |
|
||||||
echo "${{ steps.meta.outputs.tags }}"
|
ls -R
|
||||||
|
- name: Copy binary to ./dist
|
||||||
|
run: |
|
||||||
|
cp ./dist/swingmusic/swingmusic ./dist/swingmusic
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user