Skip to content

Commit

Permalink
Added platforms for building images
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftregister-vg committed Sep 21, 2022
1 parent a29e797 commit 8ee3ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ jobs:
- name: Build and push latest
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
push: true
tags: stevegood/legion-discord-bot:latest

- name: Build and push tag
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
push: true
tags: stevegood/legion-discord-bot:${{ github.ref_name }}

0 comments on commit 8ee3ad6

Please sign in to comment.