Skip to content

Commit e1ff117

Browse files
committed
ci: add GitHub Actions workflow to build and push Docker images
1 parent 6fed8cc commit e1ff117

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,7 @@ on:
1515
paths-ignore:
1616
- 'docs/**'
1717
- '**.md'
18-
workflow_dispatch:
19-
inputs:
20-
variant:
21-
description: 'Which variant to build'
22-
required: true
23-
default: 'both'
24-
type: choice
25-
options:
26-
- both
27-
- cpu
28-
- cuda
18+
workflow_dispatch:
2919

3020
concurrency:
3121
group: ${{ github.workflow }}-${{ github.ref }}
@@ -53,11 +43,6 @@ jobs:
5343
dockerfile: Dockerfile.cuda
5444
tag_suffix: "-cuda"
5545

56-
if: |
57-
github.event.inputs.variant == null ||
58-
github.event.inputs.variant == 'both' ||
59-
github.event.inputs.variant == matrix.variant
60-
6146
steps:
6247
- name: Checkout repository
6348
uses: actions/checkout@v4

0 commit comments

Comments
 (0)