Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
are we really this close???
  • Loading branch information
levkk committed Aug 15, 2023
commit 3cd8b4c568c08348775cce75f2e270ae2c7c2416
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu-packages-and-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,5 @@ jobs:
docker buildx create --use --name mybuilder
docker buildx build \
--platform linux/amd64,linux/arm64 \
--tag ghcr.io/postgresml/postgresml:${{ inputs.version }} \
--build-arg POSTGRESML_VERSION=${{ inputs.postgresmlVersion }} \
--tag ghcr.io/postgresml/postgresml:${{ inputs.packageVersion }} \
--push .