From a64f04d130ef6c5f6d3620d1c3ed7a255dd051c4 Mon Sep 17 00:00:00 2001 From: mungai-njoroge Date: Fri, 13 Oct 2023 17:28:02 +0300 Subject: [PATCH] update workflow --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6854a125..06639ab2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,11 +156,15 @@ jobs: type=semver,pattern={{major}} type=sha + - name: echo output tags + run: | + echo "${{ steps.meta.outputs.tags }}" + - name: Build and push uses: docker/build-push-action@v2 with: context: . platforms: linux/amd64,linux/arm push: true - tags: swing-opensource/swingmusic:${{ inputs.tag}} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}w