Skip to content

Commit ca61edc

Browse files
committed
fix docker workflow
1 parent 2f9ac0e commit ca61edc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
release:
66
types: [published]
77

8+
workflow_dispatch:
9+
inputs:
10+
ref:
11+
description: 'The git ref (branch or tag) to build the Docker image from.'
12+
required: true
13+
814
env:
915
REGISTRY: ghcr.io
1016
IMAGE_NAME: ${{ github.repository }}
@@ -47,7 +53,7 @@ jobs:
4753
with:
4854
context: .
4955
push: true
50-
file: scripts/docker/Dockerfile.uv
56+
file: scripts/docker/Dockerfile
5157
shm-size: 64g
5258
tags: ${{ steps.meta.outputs.tags }}
5359
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)