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