diff --git a/postgres-backup-s3/integration-tests.test.yml b/postgres-backup-s3/integration-tests.test.yml index 9772ac0..2201b2b 100644 --- a/postgres-backup-s3/integration-tests.test.yml +++ b/postgres-backup-s3/integration-tests.test.yml @@ -7,10 +7,7 @@ services: - POSTGRES_USER=user - PGDATA=/var/lib/postgresql/data/pgdata sut: - build: - context: . - args: - DOCKER_API_VERSION: "1.37" + image: robwithhair/postgres-backup-s3:this command: 'sh integration-tests.sh' depends_on: - postgres