Skip to content

Commit

Permalink
Merge pull request #15 from cbrgm/move-files
Browse files Browse the repository at this point in the history
chore: remove docker subdirectory
  • Loading branch information
cbrgm authored Dec 13, 2023
2 parents f03664a + 6f2db77 commit dc285fd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
provenance: false
file: docker/Dockerfile.${{ matrix.goos }}.${{ matrix.goarch }}
file: Dockerfile.${{ matrix.goos }}.${{ matrix.goarch }}
platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ make build

## Contributing & License

Your contributions are highly welcomed and appreciated! If you're interested in enhancing this project, please refer to our detailed [Contributing Guide](https://github.com/cbrgm/pr-size-labeler-action/blob/main/CONTRIBUTING.md) for guidelines and best practices. This guide will assist you in understanding the process for submitting changes, setting up your development environment, and more.
We welcome and value your contributions to this project! 👍 If you're interested in making improvements or adding features, please refer to our [Contributing Guide](https://github.com/cbrgm/pr-size-labeler-action/blob/main/CONTRIBUTING.md) 📝. This guide provides comprehensive instructions on how to submit changes, set up your development environment, and more.

This project is a labor of love, developed in my free time and provided for free to the community. As an open-source initiative, it operates under the [Apache 2.0 License](https://github.com/cbrgm/pr-size-labeler-action/blob/main/LICENSE). This license grants you legal permission to use, modify, and distribute this software. Please review the license terms to understand your rights and responsibilities.
Please note that this project is developed in my spare time and is available for free 🕒💻. As an open-source initiative, it is governed by the [Apache 2.0 License](https://github.com/cbrgm/pr-size-labeler-action/blob/main/LICENSE) 📃. This license outlines your rights and obligations when using, modifying, and distributing this software.

Your involvement, whether through contributions, suggestions, or feedback, is essential for keeping this project vibrant and beneficial to all. Let's collaborate to make this tool even better!
Your involvement, whether it's through code contributions, suggestions, or feedback, is crucial for the ongoing improvement and success of this project 🚀. Together, we can ensure it remains a useful and well-maintained resource for everyone 🌍.

0 comments on commit dc285fd

Please sign in to comment.