Files
qdrant/.github/workflows/dev-docker-image-build-gpu.yml
tellet-q 820ea5a8a9 Use common actions pattern in workflows (#6061)
* Use common actions pattern

* Update gpu workflow
2025-03-21 11:41:50 +01:00

17 lines
412 B
YAML

name: Build and push a branch gpu image to ghcr
on:
workflow_dispatch:
jobs:
branch-gpu-build-and-push:
runs-on: [self-hosted, linux, x64]
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref.name }}
- uses: ./.github/workflows/actions/branch-build-and-push
env:
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
ARCH: gpu