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
By applying this condition, the pipeline builds the Docker image on every run to ensure early detection of issues, but only pushes the image to the registry when changes are merged into the main branch—keeping your Docker Hub clean and focused
269
269
270
270
This uploads both tags to Docker Hub:
271
271
- `$(buildTag)`ensures traceability per run.
272
272
- `latest`is used for most recent image references.
273
+
-
273
274
274
275
275
276
#### Step 4.5 Logout from Docker (Self-Hosted Agents)
0 commit comments