-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove .version and use git tags instead (#45)
* Remove .version and use git tags instead Signed-off-by: Severin Neumann <[email protected]> * remove references to .version file Signed-off-by: Severin Neumann <[email protected]> * Update tag-from-version.yml (#44) * initial commit mysql service (#33) * initial commit mysql service * moved mysql service to it's own section in /src * moved mysql folder to src/databases/mysql * updated reusable workflow * initial commit cleand up nodejs service (#36) --------- Signed-off-by: Severin Neumann <[email protected]> Co-authored-by: Alexander Stoklasa <[email protected]>
- Loading branch information
Showing
6 changed files
with
57 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,10 +29,6 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Read version from .version file | ||
id: version | ||
run: | | ||
echo "version=$(cat .version)" >> $GITHUB_OUTPUT | ||
- name: Docker meta | ||
id: meta | ||
uses: docker/metadata-action@v5 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters