mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-26 05:55:27 +00:00
use codeberg.org/6543/docker-images/golang_just
Signed-off-by: 6543 <6543@obermui.de>
This commit is contained in:
parent
df2228b6d5
commit
b9e9f14209
@ -17,7 +17,7 @@ pipeline:
|
||||
|
||||
build:
|
||||
group: compliant
|
||||
image: a6543/golang_just
|
||||
image: codeberg.org/6543/docker-images/golang_just
|
||||
commands:
|
||||
- go version
|
||||
- just build
|
||||
@ -37,7 +37,7 @@ pipeline:
|
||||
|
||||
build-tag:
|
||||
group: compliant
|
||||
image: a6543/golang_just
|
||||
image: codeberg.org/6543/docker-images/golang_just
|
||||
commands:
|
||||
- go version
|
||||
- just build-tag ${CI_COMMIT_TAG##v}
|
||||
@ -46,13 +46,13 @@ pipeline:
|
||||
|
||||
test:
|
||||
group: test
|
||||
image: a6543/golang_just
|
||||
image: codeberg.org/6543/docker-images/golang_just
|
||||
commands:
|
||||
- just test
|
||||
|
||||
integration-tests:
|
||||
group: test
|
||||
image: a6543/golang_just
|
||||
image: codeberg.org/6543/docker-images/golang_just
|
||||
commands:
|
||||
- just integration
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user