You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin all used Docker images in GitHub Actions workflows to specific image versions for the provided templates as well as the workflows for the repository itself.
Background & Context
Locking Docker images to specific versions ensures that the execution environment remains consistent and reproducible. This is especially important in the context of automatic updates or changes applied to the :latest image tags by GitHub or Docker Hub. By pinning the images, we can avoid unexpected breaking changes and maintain a stable CI/CD pipeline.
Summary
Pin all used Docker images in GitHub Actions workflows to specific image versions for the provided templates as well as the workflows for the repository itself.
Background & Context
Locking Docker images to specific versions ensures that the execution environment remains consistent and reproducible. This is especially important in the context of automatic updates or changes applied to the
:latest
image tags by GitHub or Docker Hub. By pinning the images, we can avoid unexpected breaking changes and maintain a stable CI/CD pipeline.Example
Before:
After:
References
The text was updated successfully, but these errors were encountered: