Update docker-publish.yml

This commit is contained in:
Michael Trip 2023-05-29 22:39:23 +02:00 committed by GitHub
parent c78c93dbd9
commit 6224385e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,7 @@ jobs:
with: with:
context: ./xfce context: ./xfce
file: ./xfce/Dockerfile file: ./xfce/Dockerfile
platforms: linux/arm64,linux/amd64 platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}