Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker workflow #60

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

tgeoghegan
Copy link
Contributor

The docker.yml GitHub Actions workflow was using the wrong syntax for a YAML multiline string, causing it to fail as in 1.

@thibmeu thibmeu self-requested a review May 15, 2024 18:06
@thibmeu
Copy link
Contributor

thibmeu commented May 15, 2024

This looks good. Thanks for fixing it.

Side comment: yaml also provide a line folding syntax, which would allow you to not \ at the end of each line. However, I prefer \ given you can copy paste it into bash directly.

Copy link

@cjpatton cjpatton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. @tgeoghegan please squash and I'll approve and merge.

The `docker.yml` GitHub Actions workflow was using the wrong syntax for
a YAML multiline string, causing it to fail as in [1]. The `docker run`
invocation was also incorrect.

[1]: https://github.com/cloudflare/privacy-gateway-server-go/actions/runs/9097813677
@tgeoghegan tgeoghegan force-pushed the fix-docker-action branch from 883815b to 6062433 Compare May 15, 2024 20:57
@tgeoghegan
Copy link
Contributor Author

@cjpatton squashed, thank you for your review.

@cjpatton cjpatton merged commit a2f6305 into cloudflare:main May 16, 2024
3 checks passed
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.

3 participants