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 e6edffb commit 777f89d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 777f89d

Please sign in to comment.