This commit is contained in:
parent
d7df54752d
commit
34e9040d9e
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
matrix:
|
matrix:
|
||||||
MC_VERSION:
|
MC_VERSION:
|
||||||
- 1.19.3
|
- 1.19.3
|
||||||
|
- 1.20.0
|
||||||
|
- 1.20.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
|
@ -9,7 +11,9 @@ steps:
|
||||||
repo: gitea.simcop2387.info/simcop2387/papermc-build
|
repo: gitea.simcop2387.info/simcop2387/papermc-build
|
||||||
registry: gitea.simcop2387.info
|
registry: gitea.simcop2387.info
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
tag: paper-${MC_VERSION}-${CI_PIPELINE_NUMBER}
|
tags:
|
||||||
|
- paper-${MC_VERSION}-${CI_PIPELINE_NUMBER}
|
||||||
|
- paper-${MC_VERSION}
|
||||||
username: simcop2387
|
username: simcop2387
|
||||||
password:
|
password:
|
||||||
from_secret: docker_token
|
from_secret: docker_token
|
||||||
|
|
Loading…
Add table
Reference in a new issue