update workflow

This commit is contained in:
mungai-njoroge 2023-10-13 18:01:59 +03:00
parent 8637ad3d9c
commit cbd164f854

View File

@ -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: