Update docker-publish.yml

This commit is contained in:
Wavering Ana 2023-07-14 05:37:34 -04:00 committed by GitHub
parent 0163d465c6
commit 525ab410a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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