From e6edffbb983e5cdb25665b99b4425d19cf61366e Mon Sep 17 00:00:00 2001 From: Luis Galeas Date: Wed, 20 Nov 2024 03:01:23 +0000 Subject: [PATCH] Correct format gh actions --- .github/workflows/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6be6ec0..5e31e83 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -47,7 +47,9 @@ 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 }}