mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fix: login before pushing docker images in release pipeline (#2496)
This commit is contained in:
@ -109,7 +109,7 @@ rm -rf "$temp_dir"
|
||||
|
||||
if [[ "$push" == 1 ]]; then
|
||||
log "--- Pushing Docker image for $arch ($image_tag)"
|
||||
docker push "$image_tag"
|
||||
docker push "$image_tag" 1>&2
|
||||
fi
|
||||
|
||||
echo "$image_tag"
|
||||
|
Reference in New Issue
Block a user