Releases: Submitty/action-docker-build
Releases · Submitty/action-docker-build
v24.09.00
v24.07.00
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 theDOCKER_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.
- There must be a repository variable named