mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-12 04:57:50 +00:00
always pull images without tags
This commit is contained in:
parent
200cfafe5e
commit
de2ef1393b
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,7 @@ steps:
|
||||||
build:
|
build:
|
||||||
depends_on: vendor
|
depends_on: vendor
|
||||||
image: codeberg.org/6543/docker-images/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- just build
|
- just build
|
||||||
|
@ -45,6 +46,7 @@ steps:
|
||||||
build-tag:
|
build-tag:
|
||||||
depends_on: vendor
|
depends_on: vendor
|
||||||
image: codeberg.org/6543/docker-images/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- go version
|
- go version
|
||||||
- just build-tag ${CI_COMMIT_TAG##v}
|
- just build-tag ${CI_COMMIT_TAG##v}
|
||||||
|
@ -56,6 +58,7 @@ steps:
|
||||||
test:
|
test:
|
||||||
depends_on: build
|
depends_on: build
|
||||||
image: codeberg.org/6543/docker-images/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- just test
|
- just test
|
||||||
when:
|
when:
|
||||||
|
@ -66,6 +69,7 @@ steps:
|
||||||
integration-tests:
|
integration-tests:
|
||||||
depends_on: build
|
depends_on: build
|
||||||
image: codeberg.org/6543/docker-images/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- just integration
|
- just integration
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue