From cc36254c8fe36e05059a2b72943ed0a8fa64a0e6 Mon Sep 17 00:00:00 2001 From: sanjay7178 Date: Mon, 19 May 2025 21:10:55 +0530 Subject: [PATCH] Fix Docker metadata action to include '-lxde' suffix in image name --- .github/workflows/lxde-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lxde-publish.yml b/.github/workflows/lxde-publish.yml index 4a52f44..252c9c5 100644 --- a/.github/workflows/lxde-publish.yml +++ b/.github/workflows/lxde-publish.yml @@ -33,7 +33,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ghcr.io/${{ github.repository }} + images: ghcr.io/${{ github.repository }}-lxde tags: | type=ref,event=branch type=ref,event=pr