changed pipeline

This commit is contained in:
Michael Trip 2023-01-20 09:33:37 +01:00
parent f8bf7ccd3c
commit 6ec035191a

View file

@ -120,7 +120,7 @@ jobs:
file: ./xfce/Dockerfile file: ./xfce/Dockerfile
platforms: linux/arm64,linux/amd64 platforms: linux/arm64,linux/amd64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}-mate tags: ${{ steps.meta.outputs.tags }}-xfce
labels: ${{ steps.meta.outputs.labels }}-xfce labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max