Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduwuit
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
🥺
conduwuit
Commits
2dd8d372
Commit
2dd8d372
authored
1 year ago
by
🥺
Committed by
🥺
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
username is not secret, use conduwuit and main branch
Signed-off-by:
strawberry
<
strawberry@puppygock.gay
>
parent
4be2948a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+6
-6
6 additions, 6 deletions
.github/workflows/ci.yml
with
6 additions
and
6 deletions
.github/workflows/ci.yml
+
6
−
6
View file @
2dd8d372
...
@@ -151,7 +151,7 @@ jobs:
...
@@ -151,7 +151,7 @@ jobs:
if
:
github.event_name != 'pull_request'
if
:
github.event_name != 'pull_request'
uses
:
docker/login-action@v3
uses
:
docker/login-action@v3
with
:
with
:
username
:
${{ secrets.DOCKERHUB_USERNAME }}
username
:
girlbossceo
password
:
${{ secrets.DOCKERHUB_TOKEN }}
password
:
${{ secrets.DOCKERHUB_TOKEN }}
-
name
:
Login to GitHub Container Registry
-
name
:
Login to GitHub Container Registry
...
@@ -161,7 +161,7 @@ jobs:
...
@@ -161,7 +161,7 @@ jobs:
REGISTRY
:
ghcr.io
REGISTRY
:
ghcr.io
with
:
with
:
registry
:
${{ env.REGISTRY }}
registry
:
${{ env.REGISTRY }}
username
:
${{ github.actor }}
username
:
girlbossceo
password
:
${{ secrets.GITHUB_TOKEN }}
password
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Publish to Dockerhub
-
name
:
Publish to Dockerhub
...
@@ -172,9 +172,9 @@ jobs:
...
@@ -172,9 +172,9 @@ jobs:
IMAGE_SUFFIX_ARM64V8
:
arm64v8
IMAGE_SUFFIX_ARM64V8
:
arm64v8
run
:
|
run
:
|
docker load -i oci-image-amd64.tar.gz
docker load -i oci-image-amd64.tar.gz
IMAGE_ID_AMD64=$(docker images -q conduit:
next
)
IMAGE_ID_AMD64=$(docker images -q condu
wu
it:
main
)
docker load -i oci-image-arm64v8.tar.gz
docker load -i oci-image-arm64v8.tar.gz
IMAGE_ID_ARM64V8=$(docker images -q conduit:
next
)
IMAGE_ID_ARM64V8=$(docker images -q condu
wu
it:
main
)
# Tag and push the architecture specific images
# Tag and push the architecture specific images
docker tag $IMAGE_ID_AMD64 $IMAGE_NAME:$GITHUB_SHA-$IMAGE_SUFFIX_AMD64
docker tag $IMAGE_ID_AMD64 $IMAGE_NAME:$GITHUB_SHA-$IMAGE_SUFFIX_AMD64
...
@@ -201,9 +201,9 @@ jobs:
...
@@ -201,9 +201,9 @@ jobs:
IMAGE_SUFFIX_ARM64V8
:
arm64v8
IMAGE_SUFFIX_ARM64V8
:
arm64v8
run
:
|
run
:
|
docker load -i oci-image-amd64.tar.gz
docker load -i oci-image-amd64.tar.gz
IMAGE_ID_AMD64=$(docker images -q conduit:
next
)
IMAGE_ID_AMD64=$(docker images -q condu
wu
it:
main
)
docker load -i oci-image-arm64v8.tar.gz
docker load -i oci-image-arm64v8.tar.gz
IMAGE_ID_ARM64V8=$(docker images -q conduit:
next
)
IMAGE_ID_ARM64V8=$(docker images -q condu
wu
it:
main
)
# Tag and push the architecture specific images
# Tag and push the architecture specific images
docker tag $IMAGE_ID_AMD64 $IMAGE_NAME:$GITHUB_SHA-$IMAGE_SUFFIX_AMD64
docker tag $IMAGE_ID_AMD64 $IMAGE_NAME:$GITHUB_SHA-$IMAGE_SUFFIX_AMD64
...
...
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