mirror of
https://github.com/hufrea/byedpi.git
synced 2026-09-12 19:50:54 +05:00
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:
parent
7efde1b129
commit
dc0cf39c90
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@ -38,3 +38,4 @@ jobs:
|
||||
tags: ${{steps.meta.outputs.tags}}
|
||||
labels: ${{steps.meta.outputs.labels}}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user