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

ci: adjust dockerfile FROM commands #1965

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

lfleischmann
Copy link
Member

Description

Currently there are check warnings for some of our Dockerfiles:

The 'as' keyword should match the case of the 'from' keyword

Example (Scroll down to Unchanged files with check annotations section)

Implementation

Do as the warning says and all-cap the as in FROM commands in Dockerfiles.

This change hopefully satisfies GitHub's check warnings for
Dockerfiles ("The 'as' keyword should match the case of the
'from' keyword").
@lfleischmann lfleischmann merged commit 2539c04 into main Nov 6, 2024
8 checks passed
@lfleischmann lfleischmann deleted the ci-fix-dockerfile-check-warnings branch November 6, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants