This commit is contained in:
parent
e0ba3df0ea
commit
612fd7fbe4
@ -40,7 +40,7 @@ jobs:
|
||||
push: true
|
||||
context: ./gitea-runner
|
||||
file: ./gitea-runner/DockerDockerfile
|
||||
tags: git.fascinated.cc/rainnny/gitea-runner:docker
|
||||
tags: git.fascinated.cc/fascinated/gitea-runner:docker
|
||||
|
||||
- name: Build and Push (Node 18.x)
|
||||
uses: docker/build-push-action@v4
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
push: true
|
||||
context: ./gitea-runner
|
||||
file: ./gitea-runner/Node18xDockerfile
|
||||
tags: git.fascinated.cc/rainnny/gitea-runner:node-18
|
||||
tags: git.fascinated.cc/fascinated/gitea-runner:node-18
|
||||
|
||||
- name: Build and Push (Java 17)
|
||||
uses: docker/build-push-action@v4
|
||||
@ -56,7 +56,7 @@ jobs:
|
||||
push: true
|
||||
context: ./gitea-runner
|
||||
file: ./gitea-runner/Java17Dockerfile
|
||||
tags: git.fascinated.cc/rainnny/gitea-runner:java-17
|
||||
tags: git.fascinated.cc/fascinated/gitea-runner:java-17
|
||||
|
||||
- name: Build and Push (Java 18)
|
||||
uses: docker/build-push-action@v4
|
||||
@ -64,4 +64,4 @@ jobs:
|
||||
push: true
|
||||
context: ./gitea-runner
|
||||
file: ./gitea-runner/Java18Dockerfile
|
||||
tags: git.fascinated.cc/rainnny/gitea-runner:java-18
|
||||
tags: git.fascinated.cc/fascinated/gitea-runner:java-18
|
||||
|
Loading…
Reference in New Issue
Block a user