diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 74929bc..f156c17 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -104,7 +104,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: ${{ github.event_name == 'pull_request' && 'linux/amd64' || 'linux/amd64,linux/arm64' }} + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -169,8 +169,8 @@ jobs: - BETTER_AUTH_TRUSTED_ORIGINS=http://localhost:4321 \`\`\` - > 💡 **Note:** PR images are tagged as \`pr-\` and only built for \`linux/amd64\` to speed up CI. - > Production images (\`latest\`, version tags) are multi-platform (\`linux/amd64\`, \`linux/arm64\`). + > 💡 **Note:** PR images are tagged as \`pr-\` and built for both \`linux/amd64\` and \`linux/arm64\`. + > Production images (\`latest\`, version tags) use the same multi-platform set. --- 📦 View in [GitHub Packages](https://github.com/${{ github.repository }}/pkgs/container/gitea-mirror)`;