This commit is contained in:
parent
aff927cf78
commit
e0ba3df0ea
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Login to Repo
|
- name: Login to Repo
|
||||||
uses: https://github.com/docker/login-action@v2
|
uses: https://github.com/docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.rainnny.club
|
registry: git.fascinated.cc
|
||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
context: ./gitea-runner
|
context: ./gitea-runner
|
||||||
file: ./gitea-runner/DockerDockerfile
|
file: ./gitea-runner/DockerDockerfile
|
||||||
tags: git.rainnny.club/rainnny/gitea-runner:docker
|
tags: git.fascinated.cc/rainnny/gitea-runner:docker
|
||||||
|
|
||||||
- name: Build and Push (Node 18.x)
|
- name: Build and Push (Node 18.x)
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
context: ./gitea-runner
|
context: ./gitea-runner
|
||||||
file: ./gitea-runner/Node18xDockerfile
|
file: ./gitea-runner/Node18xDockerfile
|
||||||
tags: git.rainnny.club/rainnny/gitea-runner:node-18
|
tags: git.fascinated.cc/rainnny/gitea-runner:node-18
|
||||||
|
|
||||||
- name: Build and Push (Java 17)
|
- name: Build and Push (Java 17)
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
context: ./gitea-runner
|
context: ./gitea-runner
|
||||||
file: ./gitea-runner/Java17Dockerfile
|
file: ./gitea-runner/Java17Dockerfile
|
||||||
tags: git.rainnny.club/rainnny/gitea-runner:java-17
|
tags: git.fascinated.cc/rainnny/gitea-runner:java-17
|
||||||
|
|
||||||
- name: Build and Push (Java 18)
|
- name: Build and Push (Java 18)
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
@ -64,4 +64,4 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
context: ./gitea-runner
|
context: ./gitea-runner
|
||||||
file: ./gitea-runner/Java18Dockerfile
|
file: ./gitea-runner/Java18Dockerfile
|
||||||
tags: git.rainnny.club/rainnny/gitea-runner:java-18
|
tags: git.fascinated.cc/rainnny/gitea-runner:java-18
|
||||||
|
Loading…
Reference in New Issue
Block a user