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 }}