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

Removed docker push from build script #6

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

drache42
Copy link
Owner

This pull request includes changes to the build.ps1 script for building and running the WakeOnLanService Docker image. The main changes involve simplifying the script by removing the BuildOnly parameter and modifying the Docker image tag.

Simplification of script parameters and Docker image handling:

  • Removed the BuildOnly parameter and its associated logic, simplifying the script to either build or build and run the Docker image based on the Run parameter.
  • Changed the Docker image tag from latest to local to better reflect the local build context.

@drache42 drache42 merged commit b16c7be into main Feb 11, 2025
7 checks passed
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.

1 participant