Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
bed68718
authored
Apr 15, 2025
by
zijiren
Committed by
GitHub
Apr 15, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: image source (#4535)
parent
7a9cf4ce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/fastgpt-build-image.yml
+1
-1
.github/workflows/sandbox-build-image.yml
+1
-1
No files found.
.github/workflows/fastgpt-build-image.yml
View file @
bed68718
...
@@ -79,7 +79,7 @@ jobs:
...
@@ -79,7 +79,7 @@ jobs:
build-args
:
|
build-args
:
|
${{ matrix.sub_routes.base_url && format('base_url={0}', matrix.sub_routes.base_url) || '' }}
${{ matrix.sub_routes.base_url && format('base_url={0}', matrix.sub_routes.base_url) || '' }}
labels
:
|
labels
:
|
org.opencontainers.image.source=https://github.com/${{ github.repository
_owner }}/${{ matrix.sub_routes.repo
}}
org.opencontainers.image.source=https://github.com/${{ github.repository }}
org.opencontainers.image.description=${{ matrix.sub_routes.repo }} image
org.opencontainers.image.description=${{ matrix.sub_routes.repo }} image
outputs
:
type=image,"name=ghcr.io/${{ github.repository_owner }}/${{ matrix.sub_routes.repo }},${{ secrets.ALI_IMAGE_NAME }}/${{ matrix.sub_routes.repo }},${{ secrets.DOCKER_IMAGE_NAME }}/${{ matrix.sub_routes.repo }}",push-by-digest=true,push=true
outputs
:
type=image,"name=ghcr.io/${{ github.repository_owner }}/${{ matrix.sub_routes.repo }},${{ secrets.ALI_IMAGE_NAME }}/${{ matrix.sub_routes.repo }},${{ secrets.DOCKER_IMAGE_NAME }}/${{ matrix.sub_routes.repo }}",push-by-digest=true,push=true
cache-from
:
type=local,src=/tmp/.buildx-cache
cache-from
:
type=local,src=/tmp/.buildx-cache
...
...
.github/workflows/sandbox-build-image.yml
View file @
bed68718
...
@@ -65,7 +65,7 @@ jobs:
...
@@ -65,7 +65,7 @@ jobs:
file
:
projects/sandbox/Dockerfile
file
:
projects/sandbox/Dockerfile
platforms
:
linux/${{ matrix.arch }}
platforms
:
linux/${{ matrix.arch }}
labels
:
|
labels
:
|
org.opencontainers.image.source=https://github.com/${{ github.repository
_owner }}/fastgpt-sandbox
org.opencontainers.image.source=https://github.com/${{ github.repository
}}
org.opencontainers.image.description=fastgpt-sandbox image
org.opencontainers.image.description=fastgpt-sandbox image
outputs
:
type=image,"name=ghcr.io/${{ github.repository_owner }}/fastgpt-sandbox,${{ secrets.ALI_IMAGE_NAME }}/fastgpt-sandbox,${{ secrets.DOCKER_IMAGE_NAME }}/fastgpt-sandbox",push-by-digest=true,push=true
outputs
:
type=image,"name=ghcr.io/${{ github.repository_owner }}/fastgpt-sandbox,${{ secrets.ALI_IMAGE_NAME }}/fastgpt-sandbox,${{ secrets.DOCKER_IMAGE_NAME }}/fastgpt-sandbox",push-by-digest=true,push=true
cache-from
:
type=local,src=/tmp/.buildx-cache
cache-from
:
type=local,src=/tmp/.buildx-cache
...
...
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