changed pipeline
This commit is contained in:
parent
f8bf7ccd3c
commit
6ec035191a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue