Skip to content

Commit a41d03d

Browse files
committed
ci: Fix
1 parent 3ed8eaf commit a41d03d

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ jobs:
8585
run: |
8686
echo Number of CPUs: $(nproc)
8787
echo "$GITHUB_CONTEXT"
88-
- name: Install pre-dependencies
89-
env:
90-
DEBIAN_FRONTEND: noninteractive
91-
run: |
92-
set -ex
93-
apt-get --quiet update
94-
apt-get --yes install curl dirmngr --no-install-recommends
9588
9689
- uses: actions/checkout@v6
9790
with:

.github/workflows/docker.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ name: Build Docker
44

55
on:
66
workflow_dispatch:
7+
inputs:
8+
logLevel:
9+
description: 'Log level'
10+
required: true
11+
default: 'warning'
12+
type: choice
13+
options:
14+
- info
15+
- warning
16+
- debug
717
schedule:
818
- cron: "18 0 * * 1"
19+
push:
920

1021
permissions:
1122
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)