Fix CI by adding unconditional push

I removed conditional push while simplifying CI and did not check the
default. It slipped through the cracks during tests because I explicitly
set push to false to prevent overwriting my images.
This commit is contained in:
magras 2025-09-23 15:52:21 +00:00 committed by hufrea
parent 7efde1b129
commit dc0cf39c90

View File

@ -38,3 +38,4 @@ jobs:
tags: ${{steps.meta.outputs.tags}}
labels: ${{steps.meta.outputs.labels}}
platforms: linux/amd64,linux/arm64
push: true