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

Use GitHub actions instead of Travis #43

Open
bastilimbach opened this issue Jul 5, 2020 · 3 comments · May be fixed by #45
Open

Use GitHub actions instead of Travis #43

bastilimbach opened this issue Jul 5, 2020 · 3 comments · May be fixed by #45

Comments

@bastilimbach
Copy link
Owner

See #25 (comment)

@Legion2
Copy link
Contributor

Legion2 commented Jul 5, 2020

@bastilimbach What is this line for?

if [ "$(docker manifest inspect bastilimbach/docker-magicmirror:"${latest_release}" > /dev/null; echo $?)" != 0 ]; then

@bastilimbach
Copy link
Owner Author

@Legion2 it checks if there is already an image with that particular tag/version on docker hub. This is to prevent overriding existing tags.

@Legion2
Copy link
Contributor

Legion2 commented Jul 5, 2020

But there should be no problem if we override a tag with a newer build of the same tag. It uses the same code base but maybe newer base images and dependencies.

@Legion2 Legion2 linked a pull request Jul 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants