dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.17k stars 89 forks source link

Fix buildx warnings when creating the docker image #170

Open dmunozv04 opened 2 weeks ago

dmunozv04 commented 2 weeks ago

Before opening an issue make sure that there are no duplicates and that you are on the latest version. Describe the bug Buildx now complains producing the following output:

 - StageNameCasing: Stage name 'BASE' should be lowercase (line 2)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 4)
 - StageNameCasing: Stage name 'DEP_INSTALLER' should be lowercase (line 13)
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 13)

This could be fixed easily by renaming the steps

To Reproduce Steps to reproduce the behavior:

  1. Create the container image with docker buildx

Expected behavior No warnings

Screenshots N/A

iSponsorBlockTV server (please complete the following information): N/A

Apple TV (please complete the following information): N/A

Additional context Add any other context about the problem here.