Skip to content

v24.07.00

Compare
Choose a tag to compare
@cjreed121 cjreed121 released this 12 Jul 17:13
· 1 commit to main since this release
89271e4

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.