From 854afd58c465b6daa9dee6a20ba59ba9edc86d94 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sat, 16 Nov 2024 17:47:26 +0100 Subject: [PATCH] chore: build latest --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2794b12..c6992ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ env: MY_IMAGE_NAME: "${{ github.event.repository.name }}" # the name of the image produced by this build, matches repo names MY_IMAGE_DESC: "Azure" IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit - FEDORA_MAJOR_VERSION: "40" + FEDORA_MAJOR_VERSION: "latest" jobs: build_push: