Skip to content

Releases: Submitty/action-docker-build

v24.09.00

12 Sep 01:16
5346c6b
Compare
Choose a tag to compare

Bug Fixes

  • Fix Fetch Depth PR (#1) - fixes an issue where the CI will skip due to the full history not being cloned

v24.07.00

12 Jul 17:13
89271e4
Compare
Choose a tag to compare

Breaking Changes

  • Separated the Docker hub username and org name values:
    • There must be a repository variable named DOCKER_ORG_NAME which contains the Docker hub org name you wish to push under. This can be just your Docker hub username or another Docker organization which the DOCKER_USERNAME user has privileges to push on.
    • There must be a repository secret named DOCKER_USERNAME which contains the Docker hub username you wish to log into as.
    • The DOCKER_PASSWORD secret remains the same.

v24.06.00

30 Jun 20:01
e0f1566
Compare
Choose a tag to compare

Initial release of reusable action