Skip to content

Commit

Permalink
chore: trim prefix v and add platforms specific
Browse files Browse the repository at this point in the history
  • Loading branch information
deryrahman committed Sep 30, 2024
1 parent 5f3867f commit c3de94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./bq2bq
platforms: linux/amd64 # Specify the target platforms
platforms: linux/amd64,linux/arm64 # Specify the target platforms
push: true
tags: |
docker.io/gotocompany/optimus-task-bq2bq-executor:latest
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./max2max
platforms: linux/amd64 # Specify the target platforms
platforms: linux/amd64,linux/arm64 # Specify the target platforms
push: true
tags: |
docker.io/gotocompany/max2max:latest
Expand Down

0 comments on commit c3de94e

Please sign in to comment.