Skip to content

Commit

Permalink
Merge pull request #1648 from tursodatabase/fix-debug-build-publish
Browse files Browse the repository at this point in the history
publish sqld debug builds to the separate image name
  • Loading branch information
MarinPostma authored Aug 8, 2024
2 parents dd80e69 + b0bc6eb commit 5351b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
context: .
platforms: ${{ env.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-debug,push-by-digest=true,name-canonical=true,push=true
build-args: |
BUILD_DEBUG=true
-
Expand Down

0 comments on commit 5351b68

Please sign in to comment.