This commit is contained in:
Anders Rytter Hansen 2023-10-30 07:17:00 +01:00
commit e01473400d
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ on:
- cron: '0 5 * * *' # 4 am every day
push:
paths:
- './base.Dockerfile'
- 'base.Dockerfile'
env:
# Use docker.io for Docker Hub if empty

View file

@ -5,7 +5,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}"
FROM ghcr.io/andersrh/my-ostree-os-kernel-akmods:main-38 AS builder
ARG CACHEBUST=1
ARG CACHEBUST=2
ARG IMAGE_NAME="${IMAGE_NAME}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION}"