|
|
|
@ -85,7 +85,9 @@ jobs: |
|
|
|
- uses: docker/build-push-action@v4 |
|
|
|
- uses: docker/build-push-action@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
context: . |
|
|
|
context: . |
|
|
|
build-args: MASTODON_VERSION_PRERELEASE=${{ inputs.version_prerelease }} MASTODON_VERSION_METADATA=${{ inputs.version_metadata }} |
|
|
|
build-args: | |
|
|
|
|
|
|
|
MASTODON_VERSION_PRERELEASE=${{ inputs.version_prerelease }} |
|
|
|
|
|
|
|
MASTODON_VERSION_METADATA=${{ inputs.version_metadata }} |
|
|
|
platforms: ${{ inputs.platforms }} |
|
|
|
platforms: ${{ inputs.platforms }} |
|
|
|
provenance: false |
|
|
|
provenance: false |
|
|
|
builder: ${{ steps.buildx.outputs.name || steps.buildx-native.outputs.name }} |
|
|
|
builder: ${{ steps.buildx.outputs.name || steps.buildx-native.outputs.name }} |
|
|
|
|