Driver snowflake using Docker

Hello all.

I have liquibase and snowflake working locally fine. When I use the latest image in docker and pass in the driver as args in my github action I get the following :

Unexpected error running Liquibase: Connection could not be created to *** with driver ***. Possibly the wrong driver for the given database URL

Image using: liquibase/liquibase:latest
The driver I am using is: net.snowflake.client.jdbc.SnowflakeDriver

Any ideas?

Try using the tag “snowflake”.
For example:
liquibase/liquibase:snowflake

thank you all sorted.