The effortless CI/CD framework that runs anywhere v0.6.5 Release Notes

Release Date: 2022-01-24 // over 2 years ago
  • ➕ Added

    • Ability to load a different .env file via the --env-file flag.
    • ➕ Added experimental feature than changes the ARGs defined in the +base target to be local, unless defined with a --global flag; To enable this feature use VERSION --explicit-global 0.6.

    🔄 Changed

    • ⚡️ Updated buildkit to include changes up to 17c237d69a46d61653746c03bcbe6953014b41a5

    🛠 Fixed

    • 0️⃣ failed to solve: image is defined multiple times for the same default platform errors. #1594, #1582
    • 🐳 failed to solve: image rmi after pull and retag: command failed: docker image rm ...: exit status 1: Error: No such image errors. #1590