Skip to content

Commit

Permalink
Correct format gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo committed Nov 20, 2024
1 parent f6d54bf commit e6edffb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e6edffb

Please sign in to comment.