Skip to content

Commit

Permalink
refactor: apply multiple platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloMedici committed Jan 27, 2025
1 parent ffdd619 commit 2738fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:

- name: Build and push Docker image
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
platforms: linux/amd64,linux/arm64
secrets: |
"NEXTAUTH_URL=${{ secrets.NEXTAUTH_URL }}"
"NEXTAUTH_SECRET=${{ secrets.NEXTAUTH_SECRET }}"
Expand Down

0 comments on commit 2738fac

Please sign in to comment.