Compare commits

...

2 Commits

Author SHA1 Message Date
53cfeb1a62
feat: update container on build
All checks were successful
Container build / container-build (push) Successful in 3m21s
2024-09-29 11:31:49 +02:00
562b26b96a
ci: build the container weekly 2024-09-29 11:31:47 +02:00
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
name: Container build name: Container build
on: [ push ] on:
push:
schedule:
- cron: '0 16 * * FRI'
jobs: jobs:
container-build: container-build:

View File

@ -1,7 +1,7 @@
FROM docker.io/fedora:41 FROM docker.io/fedora:41
# === setup system === # === setup system ===
RUN dnf -y install neovim unzip \ RUN dnf update -y && dnf -y install neovim unzip \
bash-completion zoxide fd-find procps \ bash-completion zoxide fd-find procps \
git go npm git go npm