Skip to content

add missing pipe-character for images in meta step#595

Merged
gaul merged 1 commit intogaul:masterfrom
snpz:ci-failing-with-missing-pipe-char-in-yml
Jan 11, 2024
Merged

add missing pipe-character for images in meta step#595
gaul merged 1 commit intogaul:masterfrom
snpz:ci-failing-with-missing-pipe-char-in-yml

Conversation

@snpz
Copy link
Contributor

@snpz snpz commented Jan 11, 2024

Hi @gaul.

As promised I had another look and I missed the pipe character in the images-definition which leads to ignored newlines which then produce the wrong outputs in the meta step.
(I tested locally in a private repo and copied my changes to the fork afterwards, i must have missed this one)

Wrong version from the failed action log including "name" from line 35 before ,enable=true:

Processing images input
  name=ghcr.io/gaul/s3proxy/container name,enable=true

How it should look

Processing images input
  name=ghcr.io/gaul/s3proxy/container,enable=true

The automatic build triggered through this PR looks correct this time, feel free to mention me if it doesn't.

Not quite sure yet, but chances are high I will try to fix those warnings too - they bother me somehow. :)

new-lines without pipe don't get treated as newlines, see https://yaml-multiline.info/
@snpz snpz marked this pull request as ready for review January 11, 2024 16:33
@gaul gaul merged commit 0af09a5 into gaul:master Jan 11, 2024
@gaul
Copy link
Owner

gaul commented Jan 11, 2024

Thanks for your continued investigation of this.

@gaul
Copy link
Owner

gaul commented Jan 12, 2024

This appears to be correctly pushing again:

https://hub.docker.com/r/andrewgaul/s3proxy/tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants