Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dummy Backend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Examples
Javascript
Dummy Backend
Commits
98e8a465
Unverified
Commit
98e8a465
authored
1 year ago
by
Dmitriy Safronov
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Workflow (#10)
Signed-off-by:
Dmitriy Safronov
<
zimniy@cyberbrain.pw
>
parent
057a33c6
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/dependabot.yml
+17
-3
17 additions, 3 deletions
.github/dependabot.yml
.github/workflows/docker-publish.yml
+5
-3
5 additions, 3 deletions
.github/workflows/docker-publish.yml
.github/workflows/rebase-on-push-to-main-branch.yaml
+1
-1
1 addition, 1 deletion
.github/workflows/rebase-on-push-to-main-branch.yaml
with
23 additions
and
7 deletions
.github/dependabot.yml
+
17
−
3
View file @
98e8a465
...
...
@@ -5,7 +5,21 @@
version
:
2
updates
:
-
package-ecosystem
:
"
npm"
# See documentation for possible values
directory
:
"
/"
# Location of package manifests
-
package-ecosystem
:
"
npm"
directory
:
"
/"
schedule
:
interval
:
"
weekly"
interval
:
"
daily"
labels
:
-
"
dependencies"
-
package-ecosystem
:
"
github-actions"
directory
:
"
/"
schedule
:
interval
:
"
daily"
labels
:
-
"
dependencies"
-
package-ecosystem
:
"
docker"
directory
:
"
/"
schedule
:
interval
:
"
daily"
labels
:
-
"
dependencies"
This diff is collapsed.
Click to expand it.
.github/workflows/docker-publish.yml
+
5
−
3
View file @
98e8a465
...
...
@@ -58,11 +58,13 @@ jobs:
images
:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags
:
|
type=ref,event=branch
type=ref,event=branch,prefix=,suffix=-{{sha}}-{{date 'x'}}
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=ref,event=branch,prefix=,suffix=-{{sha}}-{{date 'x'}}
type=semver,pattern={{major}}.{{minor}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.0.') && !contains(github.ref, '-') }}
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') && !contains(github.ref, '-') }}
flavor
:
|
latest=${{ startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-') }}
# Cache dependencies
# https://github.com/actions/cache
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/rebase-on-push-to-main-branch.yaml
+
1
−
1
View file @
98e8a465
...
...
@@ -14,4 +14,4 @@ jobs:
base
:
main
exclude-drafts
:
true
exclude-labels
:
|
no-rebase
dependencies
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