Description:
Fixed the build-and-release action, used to release containers and packages.
There was a missing docker pull for the build image.
Testing:
Performed a dry-run of the build-and-release action. It was successful.
This did not test the docker push component (since it was a dry run), but that part should not be affected. Ideally will have a review before a non-dry run.
Description: Fixed the build-and-release action, used to release containers and packages.
There was a missing
docker pull
for the build image.Testing: Performed a dry-run of the build-and-release action. It was successful.
This did not test the
docker push
component (since it was a dry run), but that part should not be affected. Ideally will have a review before a non-dry run.