From 777f89d480cbc04d1a83fef1de4672d0c9908a1a Mon Sep 17 00:00:00 2001 From: Luis Galeas Date: Wed, 20 Nov 2024 03:03:39 +0000 Subject: [PATCH] Correct format gh actions --- .github/workflows/deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5e31e83..ce43bc3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -47,9 +47,7 @@ jobs: file: ./build/Dockerfile push: true platforms: ${{ matrix.platform }} - tags: - - ambarltd/emulator:${{ github.event.release.tag_name }} - - ambarltd/emulator:latest + tags: ambarltd/emulator:${{ github.event.release.tag_name }},ambarltd/emulator:latest labels: ${{ steps.meta.outputs.labels }} - name: Push Docker image for ${{ matrix.platform }}