From 1ca5ec162de4a1651067864b4a354024b5187108 Mon Sep 17 00:00:00 2001 From: Alex Kirhenshtein Date: Fri, 27 Dec 2024 16:41:43 +0200 Subject: [PATCH] Image version bumped --- .github/workflows/package.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 0cf4cb0..33da072 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -27,5 +27,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/${{ github.repository_owner }}/builder-rpm:1.10 + ghcr.io/${{ github.repository_owner }}/builder-rpm:1.11 ghcr.io/${{ github.repository_owner }}/builder-rpm:latest diff --git a/Makefile b/Makefile index 045d9b1..f395730 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all build clean -IMAGE_REVISION=1.10 +IMAGE_REVISION=1.11 all: build