From e01473400d0fe4bc0f52a7247787916662af483e Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Mon, 30 Oct 2023 07:17:00 +0100 Subject: [PATCH] . --- .github/workflows/base.yml | 2 +- base.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index bca2453..43d43fc 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -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 diff --git a/base.Dockerfile b/base.Dockerfile index 10e5143..d2f31ab 100644 --- a/base.Dockerfile +++ b/base.Dockerfile @@ -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}"