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
Updates the GitHub Actions workflow example to satisfy content lint requirements by pinning third-party actions to full commit SHAs, adding the required disclaimer reusable, and replacing hardcoded GitHub-owned action references.
tags: {% raw %}${{ steps.meta.outputs.tags }}{% endraw %}
155
+
labels: {% raw %}${{ steps.meta.outputs.labels }}{% endraw %}
156
156
```
157
-
158
157
All tags generated during the workflow reference the same image digest. This allows deployments to promote existing images between environments without rebuilding the container image.
0 commit comments