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

Dev #24

Merged
merged 7 commits into from
Sep 1, 2022
Merged

Dev #24

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to Docker Registry Manual
name: Manual Publish to Docker Registry
on:
workflow_dispatch:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/xTeVe_publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: xTeVe manual publish
name: xTeVe release manual
on:
workflow_dispatch:

Expand Down Expand Up @@ -45,4 +45,3 @@ jobs:
binary_name: xteve
build_flags: -v
ldflags: -X "main.appVersion=${{ steps.xteve_version.outputs.prop }}" -X "main.buildTime=${{ env.BUILD_TIME }}" -X main.gitCommit=${{ github.sha }} -X main.gitRef=${{ github.ref }}

2 changes: 1 addition & 1 deletion .github/workflows/xTeVe_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: xTeVe release manual
name: xTeVe Release
on:
workflow_dispatch:
release:
Expand Down