Compare commits
1 commit
main
...
jade/mirro
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b225498c42 |
2 changed files with 9 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ creds:
|
||||||
- registry: ghcr.io
|
- registry: ghcr.io
|
||||||
user: "{{env \"GH_PACKAGES_USER\"}}"
|
user: "{{env \"GH_PACKAGES_USER\"}}"
|
||||||
pass: "{{env \"GH_PACKAGES_TOKEN\"}}"
|
pass: "{{env \"GH_PACKAGES_TOKEN\"}}"
|
||||||
|
- registry: docker.io
|
||||||
|
user: "{{env \"DOCKER_MIRROR_USER\"}}"
|
||||||
|
pass: "{{env \"DOCKER_MIRROR_TOKEN\"}}"
|
||||||
|
|
||||||
# Global defaults
|
# Global defaults
|
||||||
defaults:
|
defaults:
|
||||||
|
|
@ -67,3 +70,7 @@ sync:
|
||||||
target: ghcr.io/continuwuity/continuwuity
|
target: ghcr.io/continuwuity/continuwuity
|
||||||
type: repository
|
type: repository
|
||||||
<<: *tags-main
|
<<: *tags-main
|
||||||
|
- source: *source
|
||||||
|
target: docker.io/jadedblueeyes/continuwuity
|
||||||
|
type: repository
|
||||||
|
<<: *tags-main
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,8 @@ jobs:
|
||||||
N7574_GIT_TOKEN: ${{ secrets.N7574_GIT_TOKEN }}
|
N7574_GIT_TOKEN: ${{ secrets.N7574_GIT_TOKEN }}
|
||||||
GH_PACKAGES_USER: ${{ vars.GH_PACKAGES_USER }}
|
GH_PACKAGES_USER: ${{ vars.GH_PACKAGES_USER }}
|
||||||
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
||||||
|
DOCKER_MIRROR_USER: ${{ vars.DOCKER_MIRROR_USER }}
|
||||||
|
DOCKER_MIRROR_TOKEN: ${{ secrets.DOCKER_MIRROR_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue