cilium / image-tools

Dockerfiles for cilium-runtime and cilium-builder dependencies
Other
18 stars 29 forks source link

ci: fix pushing of images on build if PUSH=true #259

Closed tklauser closed 7 months ago

tklauser commented 7 months ago

Due to a typo ("output" instead of "outputs") images weren't pushed after build even if $PUSH was set to true.

Fixes: 8d54797a18b8 ("ci: build images on pull requests")