always pull images without tags

This commit is contained in:
crapStone 2024-07-23 21:44:45 +02:00
parent 200cfafe5e
commit de2ef1393b
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8

View file

@ -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: