stratumn / go-core

Stratumn's core utilities to create decentralized applications and networks
Apache License 2.0
0 stars 0 forks source link

ci: Publish to DockerHub doesn't use cached artifacts #479

Closed stephan83 closed 5 years ago

stephan83 commented 5 years ago

The logs https://stratumn.semaphoreci.com/jobs/48607f67-2a3e-4da1-b47e-56b2621f7abc show that make docker_images rebuilds the binaries even though dist was restored from the cache.

I think it might have something to do with the timestamps. Maybe make thinks the binaries are outdated?

alexppxela commented 5 years ago

If you are sure that your dist binaries are up to date, touch all dist binaries after restoring it before calling the ocker_images rule.