Skip to content

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood authored May 14, 2024
1 parent 417816d commit 8260af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
context: ./backend
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_BACKEND }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_BACKEND }}:${{ github.sha }}
Expand All @@ -44,7 +44,7 @@ jobs:
with:
context: ./frontend
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_FRONTEND }}:latest
${{ env.REGISTRY }}/${{ env.IMAGE_FRONTEND }}:${{ github.sha }}
Expand Down

0 comments on commit 8260af2

Please sign in to comment.