Updated Workflow
All checks were successful
Build and Push Image / build-and-push (push) Successful in 7m48s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 7m48s
This commit is contained in:
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@@ -16,9 +16,10 @@ jobs:
|
|||||||
- name: Set up Docker Build
|
- name: Set up Docker Build
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login git.kaisei.app
|
- name: Login
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
registry: git.kaisei.app
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
password: ${{ secrets.DOCKER_PASS }}
|
password: ${{ secrets.DOCKER_PASS }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user