Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
00612f79
Commit
00612f79
authored
3 years ago
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: move to ghcr.io instead of deprecated github packages urls
parent
2ee753a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/codeql.yml
+1
-1
.github/workflows/main.yml
+1
-1
.github/workflows/nightly.yml
+1
-1
No files found.
.github/workflows/codeql.yml
View file @
00612f79
...
...
@@ -6,7 +6,7 @@ on:
-
cron
:
'
21
3
*
*
1'
env
:
docker-registry
:
docker.pkg.github.com
docker-registry
:
ghcr.io
jobs
:
analyze
:
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/main.yml
View file @
00612f79
...
...
@@ -10,7 +10,7 @@ on:
workflow_dispatch
:
env
:
docker-registry
:
docker.pkg.github.com
docker-registry
:
ghcr.io
docker-config-path
:
source/ci/docker
jobs
:
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/nightly.yml
View file @
00612f79
...
...
@@ -7,7 +7,7 @@ on:
-
cron
:
'
15
1
*
*
*'
env
:
docker-registry
:
docker.pkg.github.com
docker-registry
:
ghcr.io
docker-config-path
:
source/ci/docker
jobs
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment