Merge pull request #2060 from adrien-f/main

fix(ci): platforms input
This commit is contained in:
Ishaan Jaff 2024-02-19 07:53:31 -08:00 committed by GitHub
commit 9ba9d21a6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta.outputs.tags }}-latest # if a tag is provided, use that, otherwise use the release tag, and if neither is available, use 'latest'
labels: ${{ steps.meta.outputs.labels }}
platform: local, linux/amd64,linux/arm64,linux/arm64/v8
platforms: local,linux/amd64,linux/arm64,linux/arm64/v8
build-and-push-image-database:
runs-on: ubuntu-latest