-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Yet another workflow change :) #70
Conversation
@@ -45,6 +45,11 @@ jobs: | |||
strategy: | |||
matrix: | |||
dockerfile: [ "Dockerfile", "Dockerfile.alpine" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this line must be remove when using include
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't have to be. Include
matches on the dockerfile
key.
Things should be building correctly now 🤞 I've made the same change to the test yaml, so you can see what the tags would be by looking at the output of the Docker meta build step. |
Thank you very much! |
Depending on which build finishes first, either the alpine version or the Debian version will be in the "latest" tag. This change will push a
-alpine
version and make the Debian version the default.:sigh: this stuff is tricky.