Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loan-mgt authored May 13, 2024
1 parent a4fdc81 commit bd231de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -49,7 +50,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}, arm
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platform: linux/arm64,linux/arm/v7
build-args: |
Expand Down

0 comments on commit bd231de

Please sign in to comment.