Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Greenlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arbeitsgruppe Hardwarenahe IT-Systeme
Greenlight
Commits
be6e2564
Unverified
Commit
be6e2564
authored
Feb 6, 2021
by
Ahmad Farhat
Committed by
GitHub
Feb 6, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Renamed workflows and updated version code (#2516)
parent
8fcb80a7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/build.push.yml
+6
-2
6 additions, 2 deletions
.github/workflows/build.push.yml
.github/workflows/build.release.yml
+1
-1
1 addition, 1 deletion
.github/workflows/build.release.yml
.github/workflows/main.yml
+0
-0
0 additions, 0 deletions
.github/workflows/main.yml
with
7 additions
and
3 deletions
.github/workflows/
cd-
push.yml
→
.github/workflows/
build.
push.yml
+
6
−
2
View file @
be6e2564
...
@@ -2,7 +2,7 @@ env:
...
@@ -2,7 +2,7 @@ env:
RUBY_VERSION
:
2.7.2
RUBY_VERSION
:
2.7.2
name
:
CD
Push
name
:
Build
Push
on
:
on
:
push
:
push
:
branches
:
"
master"
branches
:
"
master"
...
@@ -27,6 +27,10 @@ jobs:
...
@@ -27,6 +27,10 @@ jobs:
with
:
with
:
length
:
7
length
:
7
-
name
:
Get Branch Name
uses
:
tj-actions/branch-names@v2
id
:
branch-name
-
name
:
Build and Push latest
-
name
:
Build and Push latest
uses
:
docker/build-push-action@v2
uses
:
docker/build-push-action@v2
with
:
with
:
...
@@ -34,4 +38,4 @@ jobs:
...
@@ -34,4 +38,4 @@ jobs:
tags
:
|
tags
:
|
bigbluebutton/greenlight:master
bigbluebutton/greenlight:master
bigbluebutton/greenlight:latest
bigbluebutton/greenlight:latest
build-args
:
version_code=${{ steps.short-sha.outputs.sha }}
build-args
:
version_code=${{
steps.branch-name.outputs.ref_branch }} (${{
steps.short-sha.outputs.sha }}
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.github/workflows/
cd-
release.yml
→
.github/workflows/
build.
release.yml
+
1
−
1
View file @
be6e2564
...
@@ -2,7 +2,7 @@ env:
...
@@ -2,7 +2,7 @@ env:
RUBY_VERSION
:
2.7.2
RUBY_VERSION
:
2.7.2
name
:
CD
Release
name
:
Build
Release
on
:
on
:
release
:
release
:
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/
ci
.yml
→
.github/workflows/
main
.yml
+
0
−
0
View file @
be6e2564
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment