use codeberg.org/6543/docker-images/golang_just

Signed-off-by: 6543 <6543@obermui.de>
This commit is contained in:
6543 2022-10-10 23:27:33 +02:00
parent df2228b6d5
commit b9e9f14209

View File

@ -17,7 +17,7 @@ pipeline:
build: build:
group: compliant group: compliant
image: a6543/golang_just image: codeberg.org/6543/docker-images/golang_just
commands: commands:
- go version - go version
- just build - just build
@ -37,7 +37,7 @@ pipeline:
build-tag: build-tag:
group: compliant group: compliant
image: a6543/golang_just image: codeberg.org/6543/docker-images/golang_just
commands: commands:
- go version - go version
- just build-tag ${CI_COMMIT_TAG##v} - just build-tag ${CI_COMMIT_TAG##v}
@ -46,13 +46,13 @@ pipeline:
test: test:
group: test group: test
image: a6543/golang_just image: codeberg.org/6543/docker-images/golang_just
commands: commands:
- just test - just test
integration-tests: integration-tests:
group: test group: test
image: a6543/golang_just image: codeberg.org/6543/docker-images/golang_just
commands: commands:
- just integration - just integration
environment: environment: