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

Bugfix: Github actions can't use off the shelf docker images. #1304

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

fuziontech
Copy link
Member

This updates the action to install packer manually

@fuziontech fuziontech requested review from ungless and timgl July 30, 2020 00:44
@timgl timgl temporarily deployed to posthog-do-action-nsmwqoz6tptb July 30, 2020 00:44 Inactive
wget https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64.zip
&& unzip packer_1.6.0_linux_amd64.zip
&& sudo mv packer /usr/bin/
&& sudo chmod +x /usr/bin/packer
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be wrong on this, but can't we avoid using sudo and run the packer bin in the working directory?

@timgl
Copy link
Collaborator

timgl commented Aug 10, 2020

@fuziontech @ungless Can this be merged?

@ungless
Copy link
Contributor

ungless commented Aug 10, 2020

@timgl I think it's okay to merge since this is a bugfix, yes.

@timgl timgl merged commit eec2445 into master Aug 10, 2020
@timgl timgl deleted the do_action branch August 10, 2020 12:23
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