mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
fix: Update main dev image tag in ghcr (#3411)
* fix: Update main dev image tag in ghcr * fix: Improve name of the workflow
This commit is contained in:
4
.github/workflows/dev-docker-image-build.yml
vendored
4
.github/workflows/dev-docker-image-build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Docker Build and Push dev branch images
|
||||
name: Push dev branch container to ghcr
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
docker login https://ghcr.io -u qdrant --password ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Build regular image for Github Registry
|
||||
GITHUB_TAG="-t ghcr.io/qdrant/qdrant/qdrant:dev-${{ github.sha }}"
|
||||
GITHUB_TAG="-t ghcr.io/qdrant/qdrant/qdrant:dev-${{ github.sha }} -t ghcr.io/qdrant/qdrant/qdrant:dev"
|
||||
|
||||
# Pull, retag and push to GitHub packages
|
||||
docker buildx build --platform='linux/amd64,linux/arm64' $GITHUB_TAG --push --label "org.opencontainers.image.revision"=${{ github.sha }} .
|
||||
|
||||
Reference in New Issue
Block a user