From 6ec035191ae57d6ac44e80e8e1e303e163d10456 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Fri, 20 Jan 2023 09:33:37 +0100 Subject: [PATCH] changed pipeline --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index f1408e0..7e716bc 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -120,7 +120,7 @@ jobs: file: ./xfce/Dockerfile platforms: linux/arm64,linux/amd64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }}-mate - labels: ${{ steps.meta.outputs.labels }}-xfce + tags: ${{ steps.meta.outputs.tags }}-xfce + labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max