mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 12:54:24 +02: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:
|
||||
depends_on: vendor
|
||||
image: codeberg.org/6543/docker-images/golang_just
|
||||
pull: true
|
||||
commands:
|
||||
- go version
|
||||
- just build
|
||||
|
@ -45,6 +46,7 @@ steps:
|
|||
build-tag:
|
||||
depends_on: vendor
|
||||
image: codeberg.org/6543/docker-images/golang_just
|
||||
pull: true
|
||||
commands:
|
||||
- go version
|
||||
- just build-tag ${CI_COMMIT_TAG##v}
|
||||
|
@ -56,6 +58,7 @@ steps:
|
|||
test:
|
||||
depends_on: build
|
||||
image: codeberg.org/6543/docker-images/golang_just
|
||||
pull: true
|
||||
commands:
|
||||
- just test
|
||||
when:
|
||||
|
@ -66,6 +69,7 @@ steps:
|
|||
integration-tests:
|
||||
depends_on: build
|
||||
image: codeberg.org/6543/docker-images/golang_just
|
||||
pull: true
|
||||
commands:
|
||||
- just integration
|
||||
environment:
|
||||
|
|
Loading…
Add table
Reference in a new issue