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