Merge pull request #4961 from simonliska/master

change obsolete docker image "docker/compose:1.29.2" to "docker:25.0"
This commit is contained in:
Jelmer 2024-04-02 18:38:04 +02:00 committed by GitHub
commit 0c5b738922
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ steps:
- name: test - name: test
pull: if-not-exists pull: if-not-exists
{%- if cookiecutter.use_docker == 'y' %} {%- if cookiecutter.use_docker == 'y' %}
image: docker/compose:1.29.2 image: docker:25.0
environment: environment:
DATABASE_URL: pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB DATABASE_URL: pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB
commands: commands:

View File

@ -27,7 +27,7 @@ precommit:
pytest: pytest:
stage: test stage: test
{%- if cookiecutter.use_docker == 'y' %} {%- if cookiecutter.use_docker == 'y' %}
image: docker/compose:1.29.2 image: docker:25.0
tags: tags:
- docker - docker
services: services: